remove version checker

This reverts commit b8c164dc60.
This commit is contained in:
Charles Hall 2024-04-27 20:02:18 -07:00
parent a854ce5cf6
commit 17a0b34309
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
5 changed files with 2 additions and 96 deletions

View file

@ -27,8 +27,6 @@ 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")]