diff --git a/Assets/Talo Game Services/Talo/Runtime/TaloSettings.cs b/Assets/Talo Game Services/Talo/Runtime/TaloSettings.cs index ef6d1e7..fa7522d 100644 --- a/Assets/Talo Game Services/Talo/Runtime/TaloSettings.cs +++ b/Assets/Talo Game Services/Talo/Runtime/TaloSettings.cs @@ -36,7 +36,7 @@ public class TaloSettings : ScriptableObject public bool cachePlayerOnIdentify = true; [Tooltip("Number of seconds to wait before sending debounced requests (e.g. player updates, save updates and health checks)")] - public float debounceTimerSeconds = 1f; + public float debounceTimerSeconds = 0.5f; [Tooltip("Enable request verification to prevent replay attacks and tampering - this must also be enabled in the dashboard")] public bool verificationEnabled = false;