Browse Source

Bump MAX_LAYOUT_COUNT to 1024

tags/nilmdb-1.6.1^0
Jim Paris 11 years ago
parent
commit
77c766d85d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      nilmdb/server/rocket.c

+ 1
- 1
nilmdb/server/rocket.c View File

@@ -28,7 +28,7 @@ const static char __long_ok[1 - 2*!(sizeof(int64_t) ==

/* Somewhat arbitrary, just so we can use fixed sizes for strings
etc. */
static const int MAX_LAYOUT_COUNT = 128;
static const int MAX_LAYOUT_COUNT = 1024;

/* Error object and constants */
static PyObject *ParseError;


Loading…
Cancel
Save