Increase the amount of time a pool spends in the garbage list
authorAlejandro Perez <alejandro.perez.mendez@gmail.com>
Tue, 9 May 2017 12:21:44 +0000 (14:21 +0200)
committerAlejandro Perez <alejandro.perez.mendez@gmail.com>
Tue, 9 May 2017 12:32:21 +0000 (14:32 +0200)
commit385b500a711b1f7632f5c04d9d8ffbe763f5894f
treedfea9d0d4f4498600fa75cab716051d9aef7ead6
parenta2a6f0949bd704f2129319f17cb471664e05c54f
Increase the amount of time a pool spends in the garbage list

Under specific circumstances (e.g high authentication load) a client might keep using an old pool since the socket did not expire. 60 seconds seems too low.
Increased to make sure we do not delete it while it is still being used.
src/main/realms.c