Method: WCC::Contentful::Configuration#sync_retry_limit
- Defined in:
- lib/wcc/contentful/configuration.rb
#sync_retry_limit ⇒ Object
Sets the maximum number of times that the SyncEngine will retry synchronization when it detects that the Contentful CDN’s cache has not been updated after a webhook. Default: 2
73 74 75 |
# File 'lib/wcc/contentful/configuration.rb', line 73 def sync_retry_limit @sync_retry_limit end |