Unverified Commit 468911aa authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Explicitly sets the redis connection max (#472)

parent da6678e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -529,7 +529,7 @@ slave-priority 100
# Once the limit is reached Redis will close all the new connections sending
# an error 'max number of clients reached'.
#
# maxclients 10000
maxclients 10000

############################## MEMORY MANAGEMENT ################################