Welcome!
This community is for professionals and enthusiasts of the Genio platform.
Share your questions and challenges, and help your partners!
Query timeout
I have this complex query that takes a while to execute. Because of that, I'm constantly getting timeouts when I execute it. Is there a way of increasing this timeout?
Hi Thales,
You can increase the query timeout by adding the key "CommandTimeout" to the node "maisPropriedades" on the Configurações.xml file. Here is a sample o the configuration, you only have to change the "999999" value to something you wish.
<maisPropriedades>
<item>
<key>
<string>CommandTimeout</string>
</key>
<value>
<string>999999</string>
</value>
</item>
</maisPropriedades>
<maisPropriedades>
<item>
<key>
<string>CommandTimeout</string>
</key>
<value>
<string>999999</string>
</value>
</item>
</maisPropriedades>
Keep Informed
About the Community
This platform is for beginners and experts willing to share their Genio knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
Read Guidelines
Question tools
6 follower(s)
Stats
Asked: 20/08/19, 13:23 |
Seen: 1624 times |
Last updated: 26/09/19, 17:03 |