Spaces:
Build error
Build error
Commit
·
3fb8e72
1
Parent(s):
5cf4c09
increased retry
Browse files- Instance.py +1 -1
Instance.py
CHANGED
|
@@ -16,7 +16,7 @@ CACHE_DIR = os.getenv("CACHE_DIR")
|
|
| 16 |
download_progress = {}
|
| 17 |
|
| 18 |
class Instance:
|
| 19 |
-
def __init__(self, id, url, cache_dir, index_file, token, repo, load_balancer_api,max_retries=
|
| 20 |
self.version = "0.2.3 V Alpha"
|
| 21 |
self.id = id
|
| 22 |
self.url = url
|
|
|
|
| 16 |
download_progress = {}
|
| 17 |
|
| 18 |
class Instance:
|
| 19 |
+
def __init__(self, id, url, cache_dir, index_file, token, repo, load_balancer_api,max_retries=20, initial_delay=1):
|
| 20 |
self.version = "0.2.3 V Alpha"
|
| 21 |
self.id = id
|
| 22 |
self.url = url
|