fix: restore DEFAULT_MAX_HISTORY import dropped in hyperhive migration
This commit is contained in:
parent
bdce7c109b
commit
2987508afe
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ use tokio::fs;
|
|||
use tokio::sync::Mutex;
|
||||
use tracing_subscriber::EnvFilter;
|
||||
|
||||
use types::{DEFAULT_MODEL, DEFAULT_RATE_LIMIT_PER_MIN, DaemonState};
|
||||
use types::{DEFAULT_MAX_HISTORY, DEFAULT_MODEL, DEFAULT_RATE_LIMIT_PER_MIN, DaemonState};
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> anyhow::Result<()> {
|
||||
|
|
|
|||
Loading…
Reference in a new issue