Browse Source

更新rpc.txt

felix 1 year ago
parent
commit
69220aba81
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rpc.txt

+ 1 - 1
rpc.txt

@@ -49,7 +49,7 @@ class JsonRpcProxy {
   /// 平台服务
   PlatformService get platform {
     if (_platformService == null)
-      _platformService = PlatformService("http://$platformHost");
+      _platformService = PlatformService("http://$platformHost", timeout: 15000);
     return _platformService!;
   }
 *******Separator******