JVice commited on
Commit
52170c6
1 Parent(s): 63d684e

lowered the update of user databaes from 3min to 1min

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ USER_DATABASE_UPDATE_SCHEDULER = CommitScheduler(
32
  repo_type="dataset",
33
  folder_path=USER_DATABASE_DIR,
34
  path_in_repo="data",
35
- every=3,
36
  )
37
  def create_new_user(authenticator, users):
38
 
 
32
  repo_type="dataset",
33
  folder_path=USER_DATABASE_DIR,
34
  path_in_repo="data",
35
+ every=1,
36
  )
37
  def create_new_user(authenticator, users):
38