server: reorg

This commit is contained in:
nym21
2026-04-02 13:19:56 +02:00
parent 099699872e
commit d92cf43c57
13 changed files with 56 additions and 52 deletions

View File

@@ -273,7 +273,7 @@ impl ProfitabilityMetrics {
ProfitabilityBucket::forced_import(db, name, version, indexes, cached_starts)
})?;
let aggregate_version = version + Version::ONE;
let aggregate_version = version + Version::TWO;
let profit = Profit::try_new(|name| {
ProfitabilityBucket::forced_import(db, name, aggregate_version, indexes, cached_starts)