Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-zinchenko committed Dec 27, 2024
1 parent 3a52a1c commit c39c60e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void init() throws Exception {
redis = RedisServer.newRedisServer()
.port(16370)
.bind("127.0.0.1")
//.onShutdownForceStop(true) // redis on windows does not stop gracefully. So tests takes 6h to complete otherwise.
.onShutdownForceStop(true) // redis on windows does not stop gracefully. So tests takes 6h to complete otherwise.
.setting("maxmemory 16M")
.setting("maxmemory-policy volatile-lfu")
.build();
Expand Down

0 comments on commit c39c60e

Please sign in to comment.