Skip to content

Commit f7a7be1

Browse files
Update src/connections/sources/catalog/libraries/mobile/react-native/index.md
1 parent f729835 commit f7a7be1

File tree

1 file changed

+3
-1
lines changed
  • src/connections/sources/catalog/libraries/mobile/react-native

1 file changed

+3
-1
lines changed

src/connections/sources/catalog/libraries/mobile/react-native/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,10 @@ Segment has several standard Flush Policies:
351351
- `CountFlushPolicy` triggers when you reach a certain number of events
352352
- `TimerFlushPolicy` triggers on an interval of milliseconds
353353
- `StartupFlushPolicy` triggers on client startup only
354+
354355
> info ""
355-
> Implementing custom flush policies will replace the default Count and Timer policies provided by Segment. To incorporate custom policies, ensure to explicitly add the Timer and Count policies to the client's Flush Policies configuration if needed.
356+
> If you implement custom flush policies, they replace Segment's default Count and Timer policies. To incorporate custom policies, add your custom Timer and Count policies to the client's Flush Policies configuration.
357+
356358

357359
### Adding or removing policies
358360
One of the main advantages of Flush Policies is that you can add and remove policies on the fly. This is very powerful when you want to reduce or increase the amount of flushes.

0 commit comments

Comments
 (0)