update: Token 上报时间间隔为 10s

Signed-off-by: huyufei <yufei.hu@castbox.fm>
胡宇飞 2024-09-09 17:13:20 +08:00
parent 447740487e
commit 924165d72d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ namespace Guru
public static partial class FirebaseUtil
{
private static int _retryDeviceCount = 1;
private const int _retryTokenDelay = 8;
private const int _retryTokenDelay = 10;
// public static bool? IsInitMessage;
private static bool _isAutoFetchFcmToken = true;
private static bool _isFetchOnce = false;