Update handler.py
Browse files- handler.py +1 -2
handler.py
CHANGED
|
@@ -34,8 +34,7 @@ storage_bucket = os.environ.get(
|
|
| 34 |
env_name = os.environ.get('ENV_NAME', 'development')
|
| 35 |
gc_service_account_filename = os.environ.get(
|
| 36 |
'GC_SERVICE_ACCOUNT_FILENAME', 'upload-only-dev.json')
|
| 37 |
-
sync_progress_value_interval =
|
| 38 |
-
os.environ.get('SYNC_PROGRESS_VALUE_INTERVAL', 1000))
|
| 39 |
|
| 40 |
cred = credentials.Certificate(
|
| 41 |
f'./gc-service-accounts/{gc_service_account_filename}')
|
|
|
|
| 34 |
env_name = os.environ.get('ENV_NAME', 'development')
|
| 35 |
gc_service_account_filename = os.environ.get(
|
| 36 |
'GC_SERVICE_ACCOUNT_FILENAME', 'upload-only-dev.json')
|
| 37 |
+
sync_progress_value_interval = 5000
|
|
|
|
| 38 |
|
| 39 |
cred = credentials.Certificate(
|
| 40 |
f'./gc-service-accounts/{gc_service_account_filename}')
|