mirror of
https://github.com/simon987/od-database.git
synced 2025-12-14 15:19:03 +00:00
Should fix memory usage problem when crawling
This commit is contained in:
@@ -9,7 +9,7 @@ auth = HTTPTokenAuth(scheme="Token")
|
||||
|
||||
tokens = [config.CRAWL_SERVER_TOKEN]
|
||||
|
||||
tm = TaskManager("tm_db.sqlite3", 64)
|
||||
tm = TaskManager("tm_db.sqlite3", 32)
|
||||
|
||||
|
||||
@auth.verify_token
|
||||
|
||||
Reference in New Issue
Block a user