Skip to content

Commit

Permalink
Updated evict.c
Browse files Browse the repository at this point in the history
Signed-off-by: NAM UK KIM <namuk2004@naver.com>
  • Loading branch information
Virusuki committed Apr 26, 2024
1 parent f3c2adc commit b45fa68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/evict.c
Expand Up @@ -544,8 +544,8 @@ int performEvictions(void) {
if (!isSafeToPerformEvictions()) return EVICT_OK;

int keys_freed = 0;
size_t mem_reported, mem_tofree; /* Maybe become negative */
long long mem_freed = 0;
size_t mem_reported, mem_tofree;
long long mem_freed = 0; /* Maybe become negative */
mstime_t latency, eviction_latency;
long long delta;
int slaves = listLength(server.slaves);
Expand Down

0 comments on commit b45fa68

Please sign in to comment.