mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 15:01:11 +03:00
Chore/leave default timeout for sandbox execution (#5263)
leave default timeout for sandbox execution
This commit is contained in:
@@ -130,8 +130,7 @@ class ChatPromptTemplate_Prompts implements INode {
|
||||
|
||||
try {
|
||||
const response = await executeJavaScriptCode(messageHistoryCode, sandbox, {
|
||||
libraries: ['axios', '@langchain/core'],
|
||||
timeout: 10000
|
||||
libraries: ['axios', '@langchain/core']
|
||||
})
|
||||
|
||||
const parsedResponse = JSON.parse(response)
|
||||
|
||||
Reference in New Issue
Block a user