Skip to content

Commit 91f633d

Browse files
committed
Add runtime ENV var to enable LRU cache
1 parent b7f2ead commit 91f633d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ansible/group_vars/alpha-navi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ container_envs: >
1111
-e CLUSTER_WORKERS=20
1212
-e DATADOG_HOST={{ datadog_host_address }}
1313
-e DATADOG_PORT={{ datadog_port }}
14+
-e ENABLE_LRU_CACHE=1
1415
-e ERROR_URL=http://{{ detention_host_address }}:{{ detention_port }}
1516
-e HTTP_PORT={{ hosted_ports[0] }}
1617
-e LOG_LEVEL_STDOUT=trace

0 commit comments

Comments
 (0)