Skip to content

Commit

Permalink
Switch off experimental frontier.
Browse files Browse the repository at this point in the history
  • Loading branch information
anjackson committed Mar 9, 2023
1 parent 52df0b5 commit 0c21b27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ services:
# Needs to be false when using a Bloom filter.
- "URI_FORGETTING_ENABLED=true"
# Override the frontier implementation:
- "FRONTIER_BEANS_XML=frontier-redis.xml"
- "REDIS_ENDPOINT=redis://redis:6666"
#- "FRONTIER_BEANS_XML=frontier-redis.xml"
#- "REDIS_ENDPOINT=redis://redis:6666"
# Override the uriUniqFilter implementation:
- "URIUNIQFILTER_BEANS_XML=uriuniqfilter-rocksdb.xml"
depends_on:
Expand Down

0 comments on commit 0c21b27

Please sign in to comment.