Spaces:
gallyg
/
Configuration error

gallyg commited on
Commit
7103a30
·
verified ·
1 Parent(s): 798dbef

Update sync_run.py

Browse files
Files changed (1) hide show
  1. sync_run.py +1 -1
sync_run.py CHANGED
@@ -37,7 +37,7 @@ def upload_data():
37
  """运行中:定时将改动上传至 Dataset"""
38
  while True:
39
  # 每 2 分钟备份一次(缩短时间,防止改完密码还没备份就休眠了)
40
- time.sleep(120)
41
  if not DATASET_ID:
42
  continue
43
 
 
37
  """运行中:定时将改动上传至 Dataset"""
38
  while True:
39
  # 每 2 分钟备份一次(缩短时间,防止改完密码还没备份就休眠了)
40
+ time.sleep(1800)
41
  if not DATASET_ID:
42
  continue
43