Browse Source

config: update default page size

Michele Caini 5 years ago
parent
commit
e01b35c39c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/entt/config/config.h

+ 1 - 1
src/entt/config/config.h

@@ -32,7 +32,7 @@
 
 
 #ifndef ENTT_PAGE_SIZE
-#   define ENTT_PAGE_SIZE 32768
+#   define ENTT_PAGE_SIZE 4096
 #endif