summaryrefslogtreecommitdiffhomepage
path: root/src/internal
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-12-03 22:00:10 +0000
committermidipix <writeonce@midipix.org>2020-12-04 13:24:16 +0000
commitcc20b3d7478519676a573055015528d7a6c47d45 (patch)
treec79786799c7c510ec108430484c2e8372e841f10 /src/internal
parentf5ce7cc12424908c8872cbd5b9a0df80fa96a4d5 (diff)
downloadntapi-cc20b3d7478519676a573055015528d7a6c47d45.tar.bz2
ntapi-cc20b3d7478519676a573055015528d7a6c47d45.tar.xz
internals: increase __NT_IPC_PAGES (allocated one at a time) to the safe 512.
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/ntapi_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/ntapi_impl.h b/src/internal/ntapi_impl.h
index beb72a6..deba32c 100644
--- a/src/internal/ntapi_impl.h
+++ b/src/internal/ntapi_impl.h
@@ -42,7 +42,7 @@
#endif
#ifndef __NT_IPC_PAGES
-#define __NT_IPC_PAGES 64
+#define __NT_IPC_PAGES 512
#endif
/* user-defined options: tail */