Skip to content

Commit

Permalink
clang-format adjust
Browse files Browse the repository at this point in the history
Signed-off-by: hwware <[email protected]>
  • Loading branch information
hwware committed Aug 29, 2024
1 parent 7aa4fba commit ba13a0c
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 @@ -2093,8 +2093,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 ba13a0c

Please sign in to comment.