server: bump timeout to 3600s (#23842)

* server: bump timeout to 3600s

* nits: change wording
This commit is contained in:
Xuan-Son Nguyen 2026-05-29 10:23:17 +02:00 committed by GitHub
parent 1f0aa2a696
commit cb47092b00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 3 deletions

View file

@ -169,6 +169,8 @@ struct server_response_reader {
bool cancelled = false;
int polling_interval_seconds;
const int64_t time_start_ms = ggml_time_ms();
// tracking generation state and partial tool calls
// only used by streaming completions
std::vector<task_result_state> states;