Skip to content

Commit

Permalink
clang-format adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
hwware committed Jul 26, 2024
1 parent a0b7fa7 commit e31dd8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server.h
Original file line number Diff line number Diff line change
Expand Up @@ -2070,8 +2070,8 @@ struct valkeyServer {
ssize_t maxmemory_clients; /* Memory limit for total client buffers */
int maxmemory_policy; /* Policy for key eviction */
int maxmemory_samples; /* Precision of random sampling */
int maxmemory_reserved_scale;
unsigned long long maxmemory_available;
int maxmemory_reserved_scale; /* Percent of the maxmemory value */
unsigned long long maxmemory_available; /* Max memory to store data */
int maxmemory_eviction_tenacity; /* Aggressiveness of eviction processing */
int lfu_log_factor; /* LFU logarithmic counter factor. */
int lfu_decay_time; /* LFU counter decay factor. */
Expand Down

0 comments on commit e31dd8b

Please sign in to comment.