cache: 64KiB is more appropriate default than 64MiB

This commit is contained in:
Johan Wikman
2016-09-14 14:39:27 +03:00
parent 8a12bd6487
commit b138a43ab8

View File

@ -30,7 +30,7 @@ typedef enum cache_references
#define DEFAULT_ALLOWED_REFERENCES CACHE_REFERENCES_QUALIFIED
// Bytes
#define DEFAULT_MAX_RESULTSET_SIZE 64 * 1024 * 1024
#define DEFAULT_MAX_RESULTSET_SIZE 64 * 1024
// Seconds
#define DEFAULT_TTL 10