implydata/pivot

Config variable for request timeout

Closed this issue · 4 comments

Is it possible to provide a configuration variable for the request timeout? 30 seconds is really much for a druid cluster, but sometimes there may be cases where it's needed.

Thanks.

Sure, we can add this, it should definitely be there. It should exist.

If you install the latest pivot you can now add: timeout: 60000 to change the timeout to, say, 60 seconds (the number is in ms)

Hi Vadim,

Could you please add it in sample config.yml? At which level should i add the param?

I've found. We should put it at the top level of the yaml file.