Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
cd194638
Commit
cd194638
authored
Jun 10, 2009
by
antirez
Browse files
max inline request raised again to 1024*1024*256 bytes
parent
644fafa3
Changes
1
Show whitespace changes
Inline
Side-by-side
redis.c
View file @
cd194638
...
...
@@ -82,7 +82,7 @@
#define REDIS_MAX_SYNC_TIME 60
/* Slave can't take more to sync */
#define REDIS_EXPIRELOOKUPS_PER_CRON 100
/* try to expire 100 keys/second */
#define REDIS_MAX_WRITE_PER_EVENT (1024*64)
#define REDIS_REQUEST_MAX_SIZE (1024*1024)
/* max bytes in inline command */
#define REDIS_REQUEST_MAX_SIZE (1024*1024
*256
)
/* max bytes in inline command */
/* Hash table parameters */
#define REDIS_HT_MINFILL 10
/* Minimal hash table fill 10% */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment