"notification" : {
"enableWebsocket" : true (default) / false,
"waitBeforeNotifyInSeconds" : 0,
"notificationThreadPoolCoreSize" : 1,
"notificationThreadPoolMaximumSize" : 1,
"notificationThreadPoolKeepAliveTimeInSeconds" : 0
}
|
|
Websocket keeps one connection alive per browser tab, it means if you have a proxy server with connection count limit, you need to monitor is and change it according to the usage of it
|
|
|
Changing notification thread pool will only take effect after restart.
|