Spaces:
Sleeping
Sleeping
lowered the update of user databaes from 3min to 1min
Browse files
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=
|
| 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 |
|