mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
fix clippy
This commit is contained in:
parent
c83a33017e
commit
4fb25b8782
2 changed files with 7 additions and 6 deletions
|
@ -70,10 +70,6 @@ const MEILI_MAX_INDEXING_MEMORY: &str = "MEILI_MAX_INDEXING_MEMORY";
|
|||
const MEILI_MAX_INDEXING_THREADS: &str = "MEILI_MAX_INDEXING_THREADS";
|
||||
const DEFAULT_LOG_EVERY_N: usize = 100_000;
|
||||
|
||||
fn parse_url(s: &str) -> Result<Url, url::ParseError> {
|
||||
Url::parse(s)
|
||||
}
|
||||
|
||||
// Each environment (index and task-db) is taking space in the virtual address space.
|
||||
// Ideally, indexes can occupy 2TiB each to avoid having to manually resize them.
|
||||
// The actual size of the virtual address space is computed at startup to determine how many 2TiB indexes can be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue