perf: batch export graph database queries
This commit is contained in:
@@ -7,7 +7,7 @@ class NetBoxExportConfig(PluginConfig):
|
||||
name = "netbox_export"
|
||||
verbose_name = "NetBox-Export"
|
||||
description = "Portable ZIP export and import for tenants and locations"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
author = "NetBox Export contributors"
|
||||
base_url = "netbox-export"
|
||||
min_version = "4.6.0"
|
||||
@@ -16,6 +16,7 @@ class NetBoxExportConfig(PluginConfig):
|
||||
default_settings: ClassVar[dict] = {
|
||||
"max_objects": 50000,
|
||||
"max_archive_size_mb": 250,
|
||||
"query_batch_size": 500,
|
||||
"archive_signing_key": "",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user