You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Packages/io.chainsafe.web3-unity/Runtime/Plugins/Countly/Plugins/CountlySDK/Models/CountlyConfiguration.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ public class CountlyConfiguration
73
73
/// min value 1 (1 second), max value 600 (10 minutes)
74
74
/// </summary>
75
75
[Obsolete("SessionDuration is deprecated. Use SetUpdateSessionTimerDelay(int duration) instead.")]
76
-
publicintSessionDuration=60;
76
+
publicintSessionDuration=20;
77
77
78
78
/// <summary>
79
79
/// Maximum size of all string keys
@@ -109,13 +109,13 @@ public class CountlyConfiguration
109
109
/// Set threshold value for the number of events that can be stored locally.
110
110
/// </summary>
111
111
[Obsolete("EventQueueThreshold is deprecated. Use SetEventQueueSizeToSend(int threshold) instead.")]
112
-
publicintEventQueueThreshold=100;
112
+
publicintEventQueueThreshold=10;
113
113
114
114
/// <summary>
115
115
/// Set limit for the number of requests that can be stored locally.
116
116
/// </summary>
117
117
[Obsolete("StoredRequestLimit is deprecated. Use SetMaxRequestQueueSize(int limit) instead.")]
0 commit comments