-
Notifications
You must be signed in to change notification settings - Fork 232
Description
Hi,
For test purposes, I need to increase the model load timeout (or rather disable). Is there a way to do that via config.properties? I am using the prebuilt docker image, so an option via config.properties would be nice.
I did take a look into the code:
multi-model-server/frontend/server/src/main/java/com/amazonaws/ml/mms/ModelServer.java
Line 219 in 1fee694
configManager.getDefaultResponseTimeout(), |
multi-model-server/frontend/server/src/main/java/com/amazonaws/ml/mms/util/ConfigManager.java
Line 522 in 1fee694
public int getDefaultResponseTimeout() { |
But, I am a bit confused - because in my environment the model load timeout happens in 60 seconds whereas this code seems to indicate the timeout is 120 seconds. So, perhaps I am not looking at the right code.
Thanks.