Skip to content

Commit 2dd4ed8

Browse files
committed
fix merge error
1 parent 4e7f8b0 commit 2dd4ed8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Microsoft.Extensions.Configuration.AzureAppConfiguration/AzureAppConfigurationOptions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public class AzureAppConfigurationOptions
2525
private const int MaxRetries = 2;
2626
private static readonly TimeSpan MaxRetryDelay = TimeSpan.FromMinutes(1);
2727
private static readonly TimeSpan NetworkTimeout = TimeSpan.FromSeconds(10);
28+
private static readonly KeyValueSelector DefaultQuery = new KeyValueSelector { KeyFilter = KeyFilter.Any, LabelFilter = LabelFilter.Null };
2829

2930
private List<KeyValueWatcher> _individualKvWatchers = new List<KeyValueWatcher>();
3031
private List<KeyValueWatcher> _ffWatchers = new List<KeyValueWatcher>();

0 commit comments

Comments
 (0)