mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-21 01:01:41 +00:00
Lower reconnection delay to 100ms for more responsive reconnection (#169)
This commit is contained in:
committed by
GitHub
parent
663684fb10
commit
e608d073bd
@@ -21,6 +21,7 @@ import VueNativeSock from 'vue-native-websocket';
|
||||
|
||||
Vue.use(VueNativeSock, wsURL, {
|
||||
reconnection: true,
|
||||
reconnectionDelay: 100,
|
||||
connectManually: true,
|
||||
format: "arraybuffer",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user