File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/ServiceControl/Infrastructure/Settings Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ public Settings(
5959 ProcessRetryBatchesFrequency = TimeSpan . FromSeconds ( 30 ) ;
6060 MaximumConcurrencyLevel = SettingsReader . Read < int ? > ( SettingsRootNamespace , "MaximumConcurrencyLevel" ) ;
6161 RetryHistoryDepth = SettingsReader . Read ( SettingsRootNamespace , "RetryHistoryDepth" , 10 ) ;
62- AllowMessageEditing = SettingsReader . Read < bool > ( SettingsRootNamespace , "AllowMessageEditing" ) ;
62+ AllowMessageEditing = SettingsReader . Read < bool > ( SettingsRootNamespace , "AllowMessageEditing" , true ) ;
6363 NotificationsFilter = SettingsReader . Read < string > ( SettingsRootNamespace , "NotificationsFilter" ) ;
6464 RemoteInstances = GetRemoteInstances ( ) . ToArray ( ) ;
6565 TimeToRestartErrorIngestionAfterFailure = GetTimeToRestartErrorIngestionAfterFailure ( ) ;
@@ -413,4 +413,4 @@ void LoadErrorIngestionSettings()
413413 public const string DEFAULT_INSTANCE_NAME = "Particular.ServiceControl" ;
414414 public static readonly SettingsRootNamespace SettingsRootNamespace = new ( "ServiceControl" ) ;
415415 }
416- }
416+ }
You can’t perform that action at this time.
0 commit comments