fdroid
Kherel 2021-01-19 13:14:02 +01:00
parent 6006564820
commit 618e426333
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ class InitializingPage extends StatelessWidget {
BrandTimer(
startDateTime:
state.lastDnsCheckTime ?? state.server.createTime,
duration: Duration(seconds: 10),
duration: Duration(minutes: 1),
callback: () {
appConfigCubit.checkDns();
},