We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef36bc8 commit df0fbbeCopy full SHA for df0fbbe
1 file changed
crates/rpg-lift/src/provider.rs
@@ -324,7 +324,7 @@ impl OllamaProvider {
324
agent: ureq::Agent::new_with_config(
325
ureq::config::Config::builder()
326
// local models can be slow on CPU; allow a generous timeout
327
- .timeout_global(Some(std::time::Duration::from_secs(300)))
+ .timeout_global(Some(std::time::Duration::from_mins(5)))
328
.build(),
329
),
330
}
0 commit comments