Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
95f943ad
Unverified
Commit
95f943ad
authored
Dec 15, 2021
by
丽媛自己动
Committed by
GitHub
Dec 15, 2021
Browse files
in line 3749 resetServerSaveParams will set the param to null,so no need (#9943)
to do here
parent
a09bc504
Changes
1
Show whitespace changes
Inline
Side-by-side
src/server.c
View file @
95f943ad
...
@@ -3715,7 +3715,6 @@ void initServerConfig(void) {
...
@@ -3715,7 +3715,6 @@ void initServerConfig(void) {
server.sofd = -1;
server.sofd = -1;
server.active_expire_enabled = 1;
server.active_expire_enabled = 1;
server.skip_checksum_validation = 0;
server.skip_checksum_validation = 0;
server.saveparams = NULL;
server.loading = 0;
server.loading = 0;
server.async_loading = 0;
server.async_loading = 0;
server.loading_rdb_used_mem = 0;
server.loading_rdb_used_mem = 0;
...
...
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