Skip to content

Commit a8a98ce

Browse files
committed
update nhibernate timeout
1 parent b2c6bf4 commit a8a98ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

General/Db/Settings/PostgreSQL82Dialect.hibernate.cfg.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<property name="show_sql">False</property><!--set to false on production-->
1717
<property name="format_sql">True</property><!--set to false on production-->
1818
<property name="generate_statistics">False</property><!--set to false on production-->
19-
<property name="command_timeout">180</property>
19+
<property name="command_timeout">180</property><!-- Specify the default timeout in seconds of DbCommands generated by NHibernate. Negative values disable it. Link: https://nhibernate.info/doc/nhibernate-reference/session-configuration.html-->
2020
</session-factory>
2121

2222
</hibernate-configuration>

0 commit comments

Comments
 (0)