File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
docs/sdks/server-sdks/dotnet Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,15 @@ The interval in milliseconds between polling attempts to fetch updated configura
57
57
The maximum amount of time in milliseconds to add to the polling interval.
58
58
</ApiOptionRef >
59
59
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
+
60
69
<ApiOptionRef
61
70
name = " AssignmentLogger"
62
71
type = " IAssignmentLogger"
@@ -127,4 +136,4 @@ catch (EppoInitializationException ex)
127
136
128
137
3 . ** Configure Timeouts** : Set appropriate timeout values for your use case to prevent hanging operations.
129
138
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.
You can’t perform that action at this time.
0 commit comments