mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
[messaging] Bump background message timeout to 60s
This commit is contained in:
@@ -21,7 +21,7 @@ public class RNFirebaseBackgroundMessagingService extends HeadlessJsTaskService
|
||||
return new HeadlessJsTaskConfig(
|
||||
"RNFirebaseBackgroundMessage",
|
||||
messageMap,
|
||||
10000,
|
||||
60000,
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user