Increase cache for rate limit to avoid delays
Helps when calling /status or /status table frequently on slowish exchanges
This commit is contained in:
@@ -304,7 +304,8 @@ def default_conf(testdatadir):
|
||||
"user_data_dir": Path("user_data"),
|
||||
"verbosity": 3,
|
||||
"strategy_path": str(Path(__file__).parent / "strategy" / "strats"),
|
||||
"strategy": "DefaultStrategy"
|
||||
"strategy": "DefaultStrategy",
|
||||
"internals": {},
|
||||
}
|
||||
return configuration
|
||||
|
||||
|
Reference in New Issue
Block a user