Skip to content
This repository has been archived by the owner on Mar 14, 2019. It is now read-only.

After the Upload

Brylie Christopher Oxley edited this page Mar 3, 2015 · 1 revision

After the server receives the FS.File and all the corresponding binary file data, it saves copies of the file in the stores that you specified.

If any storage adapters fail to save any of the copies in the designated store, the server will periodically retry saving them. After a configurable number of failed attempts at saving, the server will give up.

To configure the maximum number of save attempts, use the maxTries option when creating your store. The default is 5.