Skip to content

Commit

Permalink
Lower the default log length
Browse files Browse the repository at this point in the history
  • Loading branch information
royjacobson committed Sep 18, 2023
1 parent 5b25d9e commit c4140d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/journal/journal_slice.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include "base/logging.h"
#include "server/journal/serializer.h"

ABSL_FLAG(int, shard_repl_backlog_len, 1 << 16,
ABSL_FLAG(int, shard_repl_backlog_len, 1 << 10,
"The length of the circular replication log per shard");

namespace dfly {
Expand Down

0 comments on commit c4140d6

Please sign in to comment.