mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Shift the default network timeout back to 60 seconds
There have been a number of reports from people that were having trouble with 30 seconds
This commit is contained in:
parent
86687b4148
commit
4ccb814fb3
1 changed files with 1 additions and 1 deletions
|
@ -703,4 +703,4 @@ create table if not exists profiles
|
||||||
self.profile["networkTimeout"] = timeout_secs
|
self.profile["networkTimeout"] = timeout_secs
|
||||||
|
|
||||||
def network_timeout(self) -> int:
|
def network_timeout(self) -> int:
|
||||||
return self.profile.get("networkTimeout") or 30
|
return self.profile.get("networkTimeout") or 60
|
||||||
|
|
Loading…
Reference in a new issue