Skip to content

Commit

Permalink
document pendingModifications option
Browse files Browse the repository at this point in the history
  • Loading branch information
justincy committed Aug 16, 2017
1 parent 846601f commit b13c656
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ var fs = new FamilySearch({
tokenCookie: 'FS_AUTH_TOKEN',

// Maximum number of times that a throttled request will be retried. Defaults to 10.
maxThrottledRetries: 10
maxThrottledRetries: 10,

// List of pending modifications that should be activated.
pendingModifications: ['consolidate-redundant-resources', 'another-pending-mod']
});
```

Expand Down

0 comments on commit b13c656

Please sign in to comment.