Skip to content

Commit

Permalink
add expire times for redis objects
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Kehl committed Dec 4, 2024
1 parent 921eefb commit 8624776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class TaskNames(object):

class Config(object):
NOTIFY_APP_NAME = "api"
DEFAULT_REDIS_EXPIRE_TIME = 8 * 24 * 60 * 60
DEFAULT_REDIS_EXPIRE_TIME = 4 * 24 * 60 * 60
NOTIFY_ENVIRONMENT = getenv("NOTIFY_ENVIRONMENT", "development")
# URL of admin app
ADMIN_BASE_URL = getenv("ADMIN_BASE_URL", "http://localhost:6012")
Expand Down

0 comments on commit 8624776

Please sign in to comment.