fix: temporarily disable jump server

This commit is contained in:
lollipopkit
2023-11-19 14:47:27 +08:00
parent 691471dae5
commit 1a49c7870c
8 changed files with 65 additions and 59 deletions

View File

@@ -273,7 +273,7 @@ class ServerProvider extends ChangeNotifier {
final time1 = DateTime.now();
s.client = await genClient(
spi,
timeout: Stores.setting.timeoutD,
timeout: Duration(seconds: Stores.setting.timeout.fetch()),
);
final time2 = DateTime.now();
final spentTime = time2.difference(time1).inMilliseconds;