0
mrvithan created
2 Answer(s)
-
0
Beside SQL command timeout, do i need to config ajax call timeout also ? i have a long query which might take 3 - 5 mins to finish.
Please suggest.
-
0
Hi,
You can write this to PreInitialize of your module:
Configuration.UnitOfWork.Timeout = TimeSpan.FromSeconds(30);
For ajax timeouts, you can use jQuery's or angular's global configuration, since they are not related to ABP (you can ask to Google).