SystemTime for Instant throughout rate_limit_expiry tracking
This commit is contained in:
KCaverly 2023-09-11 10:26:14 -04:00
parent 7df21f86dd
commit e678c7d9ee
4 changed files with 16 additions and 16 deletions

View file

@ -112,7 +112,7 @@ pub enum SemanticIndexStatus {
Indexed,
Indexing {
remaining_files: usize,
rate_limit_expiry: Option<SystemTime>,
rate_limit_expiry: Option<Instant>,
},
}