Add native OpenAPI importer

This commit is contained in:
Gregory Schier
2026-06-29 14:23:36 -07:00
parent 09adcda2d9
commit 016fcba1c6
14 changed files with 7877 additions and 471 deletions
+1 -1
View File
@@ -1070,7 +1070,7 @@ impl PluginManager {
&InternalEventPayload::ImportRequest(ImportRequest {
content: content.to_string(),
}),
Duration::from_secs(5),
Duration::from_secs(60),
)
.await?;