When set the batch size to 0,and the time out configuration for Nhibernate does not work
Description
When running the application.There was a large size of SQL running.We set the command time out value as 7200. And the batch size to 0 for Nhibernate configuration.
However, the time out does not work. It will show SQL Rollback and time out error after about 5 minutes running.
When running the application.There was a large size of SQL running.We set the command time out value as 7200. And the batch size to 0 for Nhibernate configuration.
However, the time out does not work. It will show SQL Rollback and time out error after about 5 minutes running.