Skip to content

Commit f068c9e

Browse files
authored
fix(config): increase configuration entry capacity (#4057)
Bump to 320 at Bob's suggestion, rather than just 301.
1 parent 65439ac commit f068c9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zend_abstract_interface/config/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ typedef uint16_t zai_config_id;
1818
#include "config_ini.h"
1919
#include "config_stable_file.h"
2020

21-
#define ZAI_CONFIG_ENTRIES_COUNT_MAX 300
21+
#define ZAI_CONFIG_ENTRIES_COUNT_MAX 320
2222
#define ZAI_CONFIG_NAMES_COUNT_MAX 4
2323
#define ZAI_CONFIG_NAME_BUFSIZ 72
2424

0 commit comments

Comments
 (0)