We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 656f3a6 commit fb42896Copy full SHA for fb42896
2 files changed
docker-compose.yml
@@ -250,7 +250,7 @@ services:
250
build: local_dev/searchflow-container
251
volumes:
252
- ../project-website:/var/www/html
253
- - ./local_dev/config_local_projectwebsite.php:/var/www/html/config_local.php
+ - ./local_dev/config_local_projectwebsite.php:/var/www/html/config.php
254
- ../search-flow/:/var/www/html/search-flow
255
- ./local_dev/config_local_searchflow.ini:/var/www/html/search-flow/config_local.ini
256
- ../Headstart:/var/www/html/headstart
server/workers/common/common/utils.py
@@ -22,7 +22,7 @@
22
23
redis_store = redis.StrictRedis(**redis_config)
24
25
-def get_key(store, key, timeout=300):
+def get_key(store, key, timeout=180):
26
wait_s = 1
27
max_tries = timeout / wait_s
28
tries = 0
0 commit comments