radames commited on
Commit
d04891c
1 Parent(s): 42d4e25
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -316,7 +316,7 @@ def read_root():
316
 
317
 
318
  @app.on_event("startup")
319
- @repeat_every(seconds=60 * 60 * 24, wait_first=False)
320
  async def repeat_sync():
321
  await sync_data()
322
  return "Synced data to huggingface datasets"
 
316
 
317
 
318
  @app.on_event("startup")
319
+ @repeat_every(seconds=60 * 60 * 12, wait_first=False)
320
  async def repeat_sync():
321
  await sync_data()
322
  return "Synced data to huggingface datasets"