mirror of
https://github.com/thewesker/ebooks_example.git
synced 2025-12-23 13:51:14 -05:00
CloudArchive and CloudModel complete (enough)
- CloudModel is actually classed correctly - Minify JSON prior to uploading - Change archive update interval to 24h (30* ..20MB = 600/1000MB) - Store latest revision url for archive/model after persisting TODO: - Add INITIAL_CORPUS_FILE config var - Look for Cloudinary API call to get filesize w/o DLing - Logic for jsonify(INTIIAL_CORPUS_FILE) v. using persisted archive - Add fetch/persist/etc methods to Ebooks::Archive/Model for fallback - Test it? Or just share it and pray.
This commit is contained in:
@@ -17,4 +17,4 @@ TIMELINE_DELAY=10..600
|
||||
TIMEOUT_SLEEP=5
|
||||
MAX_ERROR_RETRIES=10
|
||||
UPDATE_FOLLOWS_INTERVAL=90m
|
||||
UPDATE_ARCHIVE_INTERVAL=8h
|
||||
UPDATE_ARCHIVE_INTERVAL=24h
|
||||
|
||||
Reference in New Issue
Block a user