Procházet zdrojové kódy

RA Image
超时改为60s

Ray Zhang před 9 roky
rodič
revize
32449a4980

binární
RA Image/RA Image.xcodeproj/project.xcworkspace/xcuserdata/ray.xcuserdatad/UserInterfaceState.xcuserstate


+ 1 - 1
RA Image/RA Image/const.h

@@ -42,7 +42,7 @@
 
 #define BT_BG 0xccffff
 
-#define JSON_TIMEOUT 30
+//#define JSON_TIMEOUT 30
 
 
 #endif /* const_h */

+ 1 - 1
RedAnt ERP Mobile/common/const.h

@@ -117,6 +117,6 @@
 #define  ACTION_SAVE_DATA 0
 #define ACTION_FILL_SECTION 1
 
-#define JSON_TIMEOUT 30
+#define JSON_TIMEOUT 60
 
 #endif