Skip to content

Commit

Permalink
Disable timeout in XTB
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMpn committed Mar 8, 2022
1 parent 77482b1 commit 6911749
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MarkMpn.Sql4Cds/SqlQueryControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,7 @@ private void backgroundWorker_DoWork(object sender, DoWorkEventArgs e)
using (var cmd = con.CreateCommand())
{
new QueryExecutionOptions(this, backgroundWorker).ApplySettings(con, cmd, args.Execute);
cmd.CommandTimeout = 0;

cmd.CommandText = args.Sql;

Expand Down

0 comments on commit 6911749

Please sign in to comment.