update: Token 上报时间间隔为 10s
Signed-off-by: huyufei <yufei.hu@castbox.fm>
parent
447740487e
commit
924165d72d
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue