mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-08-05 03:18:51 +02:00
Increase import timeout from 5s to 60s
This commit is contained in:
@@ -1098,7 +1098,7 @@ impl PluginManager {
|
||||
&InternalEventPayload::ImportRequest(ImportRequest {
|
||||
content: content.to_string(),
|
||||
}),
|
||||
Duration::from_secs(5),
|
||||
Duration::from_secs(60),
|
||||
)
|
||||
.await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user