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
b1c892f3
Commit
b1c892f3
authored
Sep 13, 2011
by
antirez
Browse files
test background close operation removed
parent
d47ded66
Changes
1
Show whitespace changes
Inline
Side-by-side
src/redis.c
View file @
b1c892f3
...
@@ -709,7 +709,6 @@ int serverCron(struct aeEventLoop *eventLoop, long long id, void *clientData) {
...
@@ -709,7 +709,6 @@ int serverCron(struct aeEventLoop *eventLoop, long long id, void *clientData) {
/* Run other sub-systems specific cron jobs */
/* Run other sub-systems specific cron jobs */
if
(
server
.
cluster_enabled
&&
!
(
loops
%
10
))
clusterCron
();
if
(
server
.
cluster_enabled
&&
!
(
loops
%
10
))
clusterCron
();
if
(
!
(
loops
%
10
))
bioCreateBackgroundJob
(
REDIS_BIO_CLOSE_FILE
,(
void
*
)
1000
);
server
.
cronloops
++
;
server
.
cronloops
++
;
return
100
;
return
100
;
}
}
...
...
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