Skip to content
Snippets Groups Projects
Commit 17727917 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Chage DEFAULT_DB_PAGE_SIZE to 4096 and allow external define to

override ldbm.h setting.
parent d14c7ad7
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,9 @@
# endif
# ifdef HAVE_BERKELEY_DB2
# define R_NOOVERWRITE DB_NOOVERWRITE
# define DEFAULT_DB_PAGE_SIZE 1024
# ifndef DEFAULT_DB_PAGE_SIZE
# define DEFAULT_DB_PAGE_SIZE 4096
# endif
# endif
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment