# HG changeset patch # User maranda3985@gmail.com # Date 1302655067 0 # Node ID 4a6c1e35788c6e8f5c04d95651e609b885a48149 # Parent 673fa35f880f66400f3a752ca057d5ae3d85f42a Fixed an error. diff -r 673fa35f880f -r 4a6c1e35788c mod_register_json.wiki --- a/mod_register_json.wiki Tue Apr 12 23:52:13 2011 +0000 +++ b/mod_register_json.wiki Wed Apr 13 00:37:47 2011 +0000 @@ -32,7 +32,7 @@ Optional configuration directives: {{{ reg_servlet_realm = "Your Realm Name of choice" -- Modifies the name of the authentication realm. -reg_servlet_ttime = minutes -- Specifies the time (in minutes) between each request coming from the same remote address. +reg_servlet_ttime = seconds -- Specifies the time (in seconds) between each request coming from the same remote address. reg_servlet_bl = { "1.2.3.4", "4.3.2.1" } -- The ip addresses in this list will be blacklisted and won't be able to register. reg_servlet_wl = { "1.2.3.4", "4.3.2.1" } -- The ip addresses in this list will be ignored by the throttling. }}}