mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-06-01 06:00:36 +00:00
server: bump timeout to 3600s (#23842)
* server: bump timeout to 3600s * nits: change wording
This commit is contained in:
parent
1f0aa2a696
commit
cb47092b00
3 changed files with 7 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue