mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Closes #6781: Disable database query caching by default
This commit is contained in:
@@ -54,9 +54,9 @@ BASE_PATH = 'netbox/'
|
||||
|
||||
## CACHE_TIMEOUT
|
||||
|
||||
Default: 900
|
||||
Default: 0 (disabled)
|
||||
|
||||
The number of seconds that cache entries will be retained before expiring.
|
||||
The number of seconds that cached database queries will be retained before expiring.
|
||||
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user