updated notify to accomodate for updated countdown
This commit is contained in:
parent
bf43f93197
commit
37915ec4f2
3 changed files with 35 additions and 26 deletions
|
@ -332,7 +332,7 @@ impl View for ProjectSearchView {
|
|||
rate_limit_expiration_time.duration_since(SystemTime::now())
|
||||
{
|
||||
Some(format!(
|
||||
"Remaining files to index(rate limit resets in {}s): {}",
|
||||
"Remaining files to index (rate limit resets in {}s): {}",
|
||||
remaining_seconds.as_secs(),
|
||||
remaining_files
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue