feat: version checker

This commit is contained in:
Timo Kösters
2023-07-29 20:01:38 +02:00
parent da907451e7
commit b8c164dc60
12 changed files with 105 additions and 4 deletions

View File

@@ -28,6 +28,8 @@ pub struct Config {
pub db_cache_capacity_mb: f64,
#[serde(default = "true_fn")]
pub enable_lightning_bolt: bool,
#[serde(default = "true_fn")]
pub allow_check_for_updates: bool,
#[serde(default = "default_conduit_cache_capacity_modifier")]
pub conduit_cache_capacity_modifier: f64,
#[serde(default = "default_rocksdb_max_open_files")]