Alexandru Bagu
04/08/2025, 3:45 PMVapi Support Bot
04/08/2025, 3:47 PMtimeoutSeconds
parameter that can be configured in the knowledge base configuration, with a default value of 20 seconds. This appears in the JSON structure for creating phone calls and configuring assistants:
json
{
"knowledgeBase": {
"server": {
"url": "url",
"timeoutSeconds": 20,
"backoffPlan": {
"maxRetries": 0,
"type": {
"key": "value"
},
"baseDelaySeconds": 1
}
}
},
"knowledgeBaseId": "knowledgeBaseId"
}
3. Currently, [according to Discord discussions](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1323288623629471866), "there is no way to manually set a large timeout" but the Vapi team is working on adding this ability.
4. You might also want to look into the waitSeconds
parameter, which some users have set to 0.8 as a good median value.
The 750ms timeout you're seeing is significantly shorter than the default timeouts mentioned in the documentation, which suggests there might be another configuration or issue at play.
Is there anything else about your custom knowledge base configuration you'd like me to help with?
Sources:
- [Discord discussion about default timeout](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1244742792580694097)Vapi Support Bot
04/08/2025, 3:47 PMKings_big💫
04/08/2025, 4:11 PMAlexandru Bagu
04/08/2025, 4:18 PMAlexandru Bagu
04/08/2025, 4:18 PMAlexandru Bagu
04/08/2025, 4:18 PMKings_big💫
04/08/2025, 4:22 PMAlexandru Bagu
04/08/2025, 4:38 PMTomas Goldenberg
04/08/2025, 6:24 PMKyle Brunker
04/08/2025, 8:00 PM{
"provider": "custom-knowledge-base",
"server": {
"url": "https://private-knowledge.bss-lab.it/vapi-query-knowledge/e611875e-9ae2-4292-88f1-155680a8aba2",
"secret": "AHDnK822UagM9DQ4LzPdoE3MaW3UbhYFq5BnaFaPf4LrJ8KDLpk75NwsAsBseKvq",
"timeoutSeconds": 10,
"headers": {},
"backoffPlan": {
"maxRetries": 0,
"type": "fixed",
"baseDelaySeconds": 0
}
}
}
Kyle Brunker
04/08/2025, 8:04 PMAlexandru Bagu
04/14/2025, 10:50 AMKings_big💫
04/14/2025, 12:16 PMJAC
04/22/2025, 4:10 PMthetallrationaldude
04/23/2025, 8:37 PMKyle Brunker
04/24/2025, 12:23 PMKyle Brunker
04/29/2025, 7:49 PMSamet ÅžimÅŸek
05/19/2025, 9:48 AMSamet ÅžimÅŸek
05/19/2025, 10:08 AMKyle Brunker
05/20/2025, 12:25 AMSamet ÅžimÅŸek
05/20/2025, 11:24 AMKyle Brunker
05/20/2025, 10:53 PMSamet ÅžimÅŸek
05/22/2025, 5:40 PM