minor speed optimizations (as a result of profiling)

This commit is contained in:
Miroslav Stampar
2011-08-12 13:40:37 +00:00
parent 36280b33fa
commit 10bdd90e60
5 changed files with 11 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ from lib.core.datatype import AttribDict
_defaults = {
"timeSec": 5,
"googlePage": 1,
"cpuThrottle": 10,
"cpuThrottle": 5,
"verbose": 1,
"cDel": ";",
"delay": 0,