Skip to content

push.store.always-flush

Used to stop a Push collection from performing caching on PUT or DELETE calls.

Key: push.store.always-flush
Type: Boolean
Can be set in: collection.cfg

Description

Used to prevent push collection from returning until the changes made by PUT or DELETE calls are written to disk. A commit operation always causes pending changes to be written before committing, so this change simply ensures that changed which have been submitted but have not yet been committed will not be lost if power is suddenly lost.

Default Value

By default, push may return before PUT and DELETE calls have written their changed to disk to improve the performance of API calls.

push.store.always-flush=false

Examples

push.store.always-flush=true

See Also

top

Funnelback logo
v15.24.0