Skip to content

Commit

Permalink
increase analyzer history size
Browse files Browse the repository at this point in the history
  • Loading branch information
akarras committed Feb 4, 2024
1 parent 2380304 commit 0eb473a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ultros/src/analyzer_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use tokio::sync::RwLock;
use tracing::log::error;
use ultros_db::world_cache::{AnySelector, WorldCache};

pub const SALE_HISTORY_SIZE: usize = 4;
pub const SALE_HISTORY_SIZE: usize = 6;

#[derive(Debug, Error)]
pub enum AnalyzerError {
Expand Down

0 comments on commit 0eb473a

Please sign in to comment.