mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
debugging printf removed
This commit is contained in:
parent
4ff34b6adb
commit
73b9e8aedf
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user