Skip to content

Commit fb42896

Browse files
committed
local dev deployment updates
1 parent 656f3a6 commit fb42896

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ services:
250250
build: local_dev/searchflow-container
251251
volumes:
252252
- ../project-website:/var/www/html
253-
- ./local_dev/config_local_projectwebsite.php:/var/www/html/config_local.php
253+
- ./local_dev/config_local_projectwebsite.php:/var/www/html/config.php
254254
- ../search-flow/:/var/www/html/search-flow
255255
- ./local_dev/config_local_searchflow.ini:/var/www/html/search-flow/config_local.ini
256256
- ../Headstart:/var/www/html/headstart

server/workers/common/common/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
redis_store = redis.StrictRedis(**redis_config)
2424

25-
def get_key(store, key, timeout=300):
25+
def get_key(store, key, timeout=180):
2626
wait_s = 1
2727
max_tries = timeout / wait_s
2828
tries = 0

0 commit comments

Comments
 (0)