(socket server) bump default max connection count from 32 to 128

This commit is contained in:
Benjamin Sergeant
2020-07-10 17:11:11 -07:00
parent e70d83ace1
commit 87709c201e
3 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,10 @@
# Changelog
All changes to this project will be documented in this file.
## [9.9.2] - 2020-07-10
(socket server) bump default max connection count from 32 to 128
## [9.9.1] - 2020-07-10
(snake) implement super simple stream sql expression support in snake server