implementation of Feature #176 (Safe URL: avoid being kicked out after N unsuccessful requests)

This commit is contained in:
Miroslav Stampar
2010-04-16 12:44:47 +00:00
parent e11d511cad
commit 1aeaa5db47
5 changed files with 43 additions and 2 deletions

View File

@@ -52,7 +52,9 @@ optDict = {
"delay": "float",
"timeout": "float",
"retries": "integer",
"scope": "string"
"scope": "string",
"safUrl": "string",
"saFreq": "integer"
},
"Injection": {