Remove defunct memory_cache_bytes

It left with sled
This commit is contained in:
Deirdre Connolly 2020-11-19 19:07:12 -05:00 committed by Deirdre Connolly
parent f6dc92a256
commit 2b9819a190
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ RUN printf "[network]\n" >> /zebrad.toml
RUN printf "network = '${NETWORK}'\n" >> /zebrad.toml
RUN printf "[state]\n" >> /zebrad.toml
RUN printf "cache_dir = '/zebrad-cache'\n" >> /zebrad.toml
RUN printf "memory_cache_bytes = 52428800\n" >> /zebrad.toml
RUN printf "[tracing]\n" >> /zebrad.toml
RUN printf "endpoint_addr = '0.0.0.0:3000'\n" >> /zebrad.toml