Commit
·
b3a5707
1
Parent(s):
efd7193
patch
Browse files- Instance.py +1 -1
Instance.py
CHANGED
|
@@ -45,7 +45,7 @@ class Instance:
|
|
| 45 |
|
| 46 |
def get_file_structure_periodically(self):
|
| 47 |
while True:
|
| 48 |
-
time.sleep(
|
| 49 |
logging.info("Re-running indexer and reloading file structure.")
|
| 50 |
self.reload_file_structure()
|
| 51 |
|
|
|
|
| 45 |
|
| 46 |
def get_file_structure_periodically(self):
|
| 47 |
while True:
|
| 48 |
+
time.sleep(60) # 1 min
|
| 49 |
logging.info("Re-running indexer and reloading file structure.")
|
| 50 |
self.reload_file_structure()
|
| 51 |
|