update note

This commit is contained in:
Samuele Locatelli
2022-06-24 10:40:29 +02:00
parent ff37ee05ca
commit af97350bae
+1 -1
View File
@@ -39,9 +39,9 @@ namespace IOB_WIN_NEXT
string SyncStateCTout = getOptPar("SyncStateCTout");
string connSyncState = $"data source={SyncStateDb};initial catalog=MoonPro_ISF;persist security info=True;user id={SyncStateUser};password={SyncStatePwd};MultipleActiveResultSets=True;App=IOB-WIN-NEXT";
// gestione command timeout da https://erikej.github.io/sqlclient/2020/10/26/sqlclient-commandtimeout-preview.html
if (!string.IsNullOrEmpty(SyncStateCTout))
{
connSyncState = $"{connSyncState};Command Timeout={SyncStateCTout}";