mirror of
https://github.com/benbusby/farside.git
synced 2025-04-19 06:45:55 -04:00
Enable auto compact for cubdb
This reduces the number of redundant db files created by cubdb.
This commit is contained in:
parent
1c83d822d6
commit
d9f0291853
@ -18,7 +18,7 @@ defmodule Farside.Application do
|
||||
]
|
||||
),
|
||||
{PlugAttack.Storage.Ets, name: Farside.Throttle.Storage, clean_period: 60_000},
|
||||
{CubDB, [data_dir: data_dir, name: CubDB]},
|
||||
{CubDB, [data_dir: data_dir, name: CubDB, auto_compact: true]},
|
||||
Farside.Scheduler,
|
||||
Farside.Server
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user