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
73b9e8ae
Commit
73b9e8ae
authored
Jun 10, 2011
by
antirez
Browse files
debugging printf removed
parent
4ff34b6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis.c
View file @
73b9e8ae
...
...
@@ -692,7 +692,6 @@ int serverCron(struct aeEventLoop *eventLoop, long long id, void *clientData) {
}
/* Trigger an AOF rewrite if needed */
printf
(
"%d
\n
"
,
server
.
auto_aofrewrite_perc
);
if
(
server
.
auto_aofrewrite_perc
&&
server
.
appendonly_current_size
>
server
.
auto_aofrewrite_min_size
)
{
...
...
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