mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-02-20 03:36:16 +00:00
add WireGuard status caching settings and update related configurations
This commit is contained in:
@@ -158,7 +158,7 @@ STATICFILES_DIRS = [
|
||||
WIREGUARD_STATUS_CACHE_ENABLED = True
|
||||
WIREGUARD_STATUS_CACHE_MAX_AGE = 600
|
||||
WIREGUARD_STATUS_CACHE_REFRESH_INTERVAL = 60
|
||||
WIREGUARD_STATUS_CACHE_WEB_LOAD_PREVIOUS_COUNT = 10
|
||||
WIREGUARD_STATUS_CACHE_WEB_LOAD_PREVIOUS_COUNT = 9
|
||||
|
||||
# Default primary key field type
|
||||
# https://docs.djangoproject.com/en/5.0/ref/settings/#default-auto-field
|
||||
|
||||
Reference in New Issue
Block a user