mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Add documentation
This commit is contained in:
parent
135499f398
commit
5a4f1508d0
2 changed files with 9 additions and 0 deletions
|
@ -59,6 +59,7 @@ pub struct SchedulerConfig {
|
|||
}
|
||||
|
||||
impl IndexerOpts {
|
||||
/// Exports the values to their corresponding env vars if they are not set.
|
||||
pub fn export_to_env(self) {
|
||||
if let Some(max_indexing_memory) = self.max_indexing_memory.0 {
|
||||
export_to_env_if_not_present(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue