Skip to content

Commit 35c3b10

Browse files
committed
MOdifying some params
1 parent 9443258 commit 35c3b10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Packages/io.chainsafe.web3-unity/Runtime/Plugins/Countly/Plugins/CountlySDK/Models/CountlyConfiguration.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public class CountlyConfiguration
7373
/// min value 1 (1 second), max value 600 (10 minutes)
7474
/// </summary>
7575
[Obsolete("SessionDuration is deprecated. Use SetUpdateSessionTimerDelay(int duration) instead.")]
76-
public int SessionDuration = 60;
76+
public int SessionDuration = 20;
7777

7878
/// <summary>
7979
/// Maximum size of all string keys
@@ -109,13 +109,13 @@ public class CountlyConfiguration
109109
/// Set threshold value for the number of events that can be stored locally.
110110
/// </summary>
111111
[Obsolete("EventQueueThreshold is deprecated. Use SetEventQueueSizeToSend(int threshold) instead.")]
112-
public int EventQueueThreshold = 100;
112+
public int EventQueueThreshold = 10;
113113

114114
/// <summary>
115115
/// Set limit for the number of requests that can be stored locally.
116116
/// </summary>
117117
[Obsolete("StoredRequestLimit is deprecated. Use SetMaxRequestQueueSize(int limit) instead.")]
118-
public int StoredRequestLimit = 1000;
118+
public int StoredRequestLimit = 10;
119119

120120
/// <summary>
121121
/// Set the maximum amount of breadcrumbs.

0 commit comments

Comments
 (0)