Browse Source

increase expired time token 6days

master
daivph 5 years ago
parent
commit
78db645fab
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/utils/const_common.dart

+ 1
- 1
lib/utils/const_common.dart View File

@@ -1,5 +1,5 @@
class ConstCommon {
static int kExpiredTime = 12 * 60 * 60 * 1000; //24h
static int kExpiredTime = 518400000; //6* 24 * 60 * 60 * 1000; 6days
static int kFileSize = 1000000; //1M = 1000.000 bytes
static int kMaxAgeCache = 7; // 7days
static const String baseUrl = "https://tpf.aztrace.vn";

Loading…
Cancel
Save