File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ public sealed class {{apiPackageName}}Config : AlgoliaConfig
41
41
{
42
42
DefaultHosts = GetDefaultHosts({{#hostWithAppID} }appId{ {/hostWithAppID} });
43
43
Compression = CompressionType.None;
44
- ReadTimeout = TimeSpan.fromSeconds ({ {x-timeouts.server.read} });
45
- WriteTimeout = TimeSpan.fromSeconds ({ {x-timeouts.server.write} });
46
- ConnectTimeout = TimeSpan.fromSeconds ({ {x-timeouts.server.connect} });
44
+ ReadTimeout = TimeSpan.FromSeconds ({ {x-timeouts.server.read} });
45
+ WriteTimeout = TimeSpan.FromSeconds ({ {x-timeouts.server.write} });
46
+ ConnectTimeout = TimeSpan.FromSeconds ({ {x-timeouts.server.connect} });
47
47
}
48
48
{ {/hasRegionalHost} }
49
49
{ {#hostWithAppID} }
@@ -139,4 +139,4 @@ private static List<StatefulHost> GetDefaultHosts()
139
139
};
140
140
}
141
141
{ {/hostsWithoutVariables.size} }
142
- }
142
+ }
You can’t perform that action at this time.
0 commit comments