more logging

This commit is contained in:
Hiroshi Horie
2021-12-16 03:30:48 +07:00
parent 28e7091325
commit e015f62b9c
3 changed files with 13 additions and 6 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
class Timeouts {
static const connection = Duration(seconds: 5);
static const connection = Duration(seconds: 10);
static const debounce = Duration(milliseconds: 100);
static const publish = Duration(seconds: 3);
static const iceConnection = Duration(seconds: 5);
static const publish = Duration(seconds: 10);
static const iceConnection = Duration(seconds: 10);
static const iceRestart = Duration(seconds: 10);
}