Skip to content

Commit b69fe05

Browse files
authored
docs: add RequestTimeoutMillis option to .NET SDK initialization docs (#696)
1 parent 8157b2b commit b69fe05

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/sdks/server-sdks/dotnet/initialization.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,15 @@ The interval in milliseconds between polling attempts to fetch updated configura
5757
The maximum amount of time in milliseconds to add to the polling interval.
5858
</ApiOptionRef>
5959

60+
<ApiOptionRef
61+
name="RequestTimeoutMillis"
62+
type="number"
63+
defaultValue="1000"
64+
>
65+
66+
**Timeout** in milliseconds for HTTPS requests for the experiment configurations.
67+
</ApiOptionRef>
68+
6069
<ApiOptionRef
6170
name="AssignmentLogger"
6271
type="IAssignmentLogger"
@@ -127,4 +136,4 @@ catch (EppoInitializationException ex)
127136

128137
3. **Configure Timeouts**: Set appropriate timeout values for your use case to prevent hanging operations.
129138

130-
4. **Monitor Memory**: Be mindful of memory usage when setting polling intervals, as configurations are cached in memory.
139+
4. **Monitor Memory**: Be mindful of memory usage when setting polling intervals, as configurations are cached in memory.

0 commit comments

Comments
 (0)