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
4141 {
4242 DefaultHosts = GetDefaultHosts({{#hostWithAppID} }appId{ {/hostWithAppID} });
4343 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} });
4747 }
4848{ {/hasRegionalHost} }
4949{ {#hostWithAppID} }
@@ -139,4 +139,4 @@ private static List<StatefulHost> GetDefaultHosts()
139139 };
140140}
141141{ {/hostsWithoutVariables.size} }
142- }
142+ }
You can’t perform that action at this time.
0 commit comments