File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 44using LinqToDB . Data ;
55using LinqToDB . Mapping ;
66using Internal ;
7+ using Linq2db . Ydb ;
78using Linq2db . Ydb . Internal ;
89using LinqToDB . Async ;
910using LinqToDB . Internal . DataProvider . Ydb . Internal ;
@@ -12,15 +13,15 @@ namespace Linq2db;
1213
1314public sealed class SloTableContext : SloTableContext < SloTableContext . Linq2dbClient >
1415{
15- protected override string Job => "Linq2DB " ;
16+ protected override string Job => "Linq2db " ;
1617
1718 static SloTableContext ( )
1819 {
19- // Включаем ретраи SDK глобально (как и раньше)
2020 YdbSdkRetryPolicyRegistration . UseGloballyWithIdempotence (
2121 maxAttempts : 10 ,
22- onRetry : ( attempt , ex , delay ) => { /* лог/метрики при желании */ }
22+ onRetry : ( attempt , ex , delay ) => { }
2323 ) ;
24+ DataConnection . AddProviderDetector ( YdbTools . ProviderDetector ) ;
2425 }
2526
2627 public sealed class Linq2dbClient
You can’t perform that action at this time.
0 commit comments