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 05bd7b8 commit ecad2f2Copy full SHA for ecad2f2
1 file changed
lib/trove
@@ -144,6 +144,8 @@ function configure_trove {
144
iniset $TROVE_CONF_DIR/trove.conf DEFAULT sql_connection `database_connection_url trove`
145
iniset $TROVE_CONF_DIR/trove.conf DEFAULT default_datastore $TROVE_DATASTORE_TYPE
146
setup_trove_logging $TROVE_CONF_DIR/trove.conf
147
+ iniset $TROVE_CONF_DIR/trove.conf DEFAULT trove_api_workers "$API_WORKERS"
148
+
149
150
# (Re)create trove taskmanager conf file if needed
151
if is_service_enabled tr-tmgr; then
0 commit comments