mirror of
https://github.com/Xevion/leetcode.git
synced 2025-12-06 01:15:23 -06:00
Extend cache to one week, regen README
This commit is contained in:
@@ -49,7 +49,7 @@ def main():
|
||||
from questions import QuestionDatabase
|
||||
|
||||
database = QuestionDatabase(
|
||||
cache_path=ROOT_DIRECTORY / "questions.json", cache_time=60 * 60 * 24
|
||||
cache_path=ROOT_DIRECTORY / "questions.json", cache_time=60 * 60 * 24 * 7
|
||||
)
|
||||
|
||||
table = []
|
||||
|
||||
Reference in New Issue
Block a user