Reliable Websockets: default to true (#17890)

Automatic Merge
This commit is contained in:
Agniva De Sarker
2021-07-09 01:05:02 +05:30
committed by GitHub
parent 1ea912776c
commit 9aee3a5e28

View File

@@ -823,7 +823,7 @@ func (s *ServiceSettings) SetDefaults(isUpdate bool) {
}
if s.EnableReliableWebSockets == nil {
s.EnableReliableWebSockets = NewBool(false)
s.EnableReliableWebSockets = NewBool(true)
}
}