increase windows stream ping interval (#3317)

This commit is contained in:
Kurt Hutten
2024-08-08 07:45:42 +10:00
committed by GitHub
parent 9dc7ff9797
commit acfc2b47fa

View File

@ -18,7 +18,7 @@ import toast from 'react-hot-toast'
import { SettingsViaQueryString } from 'lib/settings/settingsTypes'
// TODO(paultag): This ought to be tweakable.
const pingIntervalMs = 1000
const pingIntervalMs = 5_000
function isHighlightSetEntity_type(
data: any