Change default pages per extent (#18623)
Stelios Fragkakis committed
Sep 29, 2024 at 20:42 UTC
6d187c7c827493a7934c9533e6fa498409d8453b
1 file changed
+1
-1
src/database/engine/rrdengine.h
+1
-1
@@ -28,7 +28,7 @@ struct rrdengine_instance;
28
struct rrdeng_cmd;
29
30
#define MAX_PAGES_PER_EXTENT (109) /* TODO: can go higher only when journal supports bigger than 4KiB transactions */
31
-#define DEFAULT_PAGES_PER_EXTENT (64)
31
+#define DEFAULT_PAGES_PER_EXTENT (109)
32
33
#define RRDENG_FILE_NUMBER_SCAN_TMPL "%1u-%10u"
34
#define RRDENG_FILE_NUMBER_PRINT_TMPL "%1.1u-%10.10u"