We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c8563 commit 3b67169Copy full SHA for 3b67169
src/config/config.c
@@ -14,7 +14,7 @@ long long ModelChunkSize = 535822336; // size of chunks used to break up mo
14
// default is 511 * 1024 * 1024
15
long long ThreadPoolSizePerQueue = 1; // Number of working threads for device.
16
17
-long long ModelExecutionTimeout = 5000; // The maximum time in milliseconds
+long long ModelExecutionTimeout = 20000; // The maximum time in milliseconds
18
// before killing onnx run session.
19
20
static int _Config_LoadTimeParamParse(RedisModuleCtx *ctx, const char *key, const char *val,
0 commit comments