Skip to content

Commit 7b43b50

Browse files
Merge pull request #439 from CodeNow/SAN-4098-reduce-khronos-back-to-6
Reduce the prefetch of Khronos to 6
2 parents 735f56b + 40f84a3 commit 7b43b50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/group_vars/alpha-khronos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ container_envs: >
4242
-e INTERCOM_APP_ID={{ intercom_app_id | default('undefined') }}
4343
-e KHRONOS_MAVIS=http://{{ mavis_hostname }}
4444
-e KHRONOS_MONGO=mongodb://{{ khronos_mongo_auth }}@{{ mongo_hosts }}/{{ khronos_mongo_database }}
45-
-e KHRONOS_PREFETCH=100
45+
-e KHRONOS_PREFETCH=6
4646
-e LOG_LEVEL=error
4747
{% if node_env != "production-epsilon" %}
4848
-e MONGO_CACERT=/opt/ssl/mongo-client/ca.pem

0 commit comments

Comments
 (0)