"Too long request processing [xxxx ms]" - where is the limit defined?

It’s not a huge deal, since the process works anyway - but where is the limit set for time on request processing, which causes that message when it’s exceeded?

We have some data import processes that take a LONG time (many hours in a couple cases) and it would be nice to fix that message.

Advice? :slight_smile:

Hi,

cuba.web.logLongRequestsThresholdSec defines request execution time in seconds, after which a message log will be logged. The default value is 5 sec.

Regards,
Gleb

1 Like