cache: 64KiB is more appropriate default than 64MiB
This commit is contained in:
2
server/modules/filter/cache/cache.c
vendored
2
server/modules/filter/cache/cache.c
vendored
@ -30,7 +30,7 @@ typedef enum cache_references
|
|||||||
|
|
||||||
#define DEFAULT_ALLOWED_REFERENCES CACHE_REFERENCES_QUALIFIED
|
#define DEFAULT_ALLOWED_REFERENCES CACHE_REFERENCES_QUALIFIED
|
||||||
// Bytes
|
// Bytes
|
||||||
#define DEFAULT_MAX_RESULTSET_SIZE 64 * 1024 * 1024
|
#define DEFAULT_MAX_RESULTSET_SIZE 64 * 1024
|
||||||
// Seconds
|
// Seconds
|
||||||
#define DEFAULT_TTL 10
|
#define DEFAULT_TTL 10
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user