Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
levy5307 committed Jul 23, 2021
1 parent fcdbe50 commit 79a8dba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/server/config.min.ini
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
partition_count = 4

[pegasus.server]
perf_counter_enable_logging = true
perf_counter_enable_logging = false
# Where the metrics are collected. If no value is given, no sink is used.
# Options:
# - falcon
Expand Down
1 change: 1 addition & 0 deletions src/server/pegasus_write_service.h
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ class pegasus_write_service : dsn::replication::replica_base

void set_default_ttl(uint32_t ttl);

private:
void clear_up_batch_states();

private:
Expand Down

0 comments on commit 79a8dba

Please sign in to comment.