mirror of
https://github.com/haiwen/seahub.git
synced 2025-05-03 21:46:47 +00:00
4 lines
121 B
Python
4 lines
121 B
Python
|
from django.conf import settings
|
||
|
|
||
|
NOTIFICATION_CACHE_TIMEOUT = getattr(settings, 'NOTIFICATION_CACHE_TIMEOUT', 24*60*60)
|