mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
stick to 5 digit cron expression
This commit is contained in:
@@ -27,7 +27,7 @@ RABBITMQ_PUBLISH_INTERVAL_IN_SECONDS=10
|
|||||||
|
|
||||||
# Metadata
|
# Metadata
|
||||||
## Only used if DATA_ONCE is set to false. If true, the schedule is ignored
|
## Only used if DATA_ONCE is set to false. If true, the schedule is ignored
|
||||||
METADATA_DOWNLOAD_IMDB_DATA_SCHEDULE="0 0 1 * * *"
|
METADATA_DOWNLOAD_IMDB_DATA_SCHEDULE="0 0 1 * *"
|
||||||
## If true, the metadata will be downloaded once and then the schedule will be ignored
|
## If true, the metadata will be downloaded once and then the schedule will be ignored
|
||||||
METADATA_DOWNLOAD_IMDB_DATA_ONCE=true
|
METADATA_DOWNLOAD_IMDB_DATA_ONCE=true
|
||||||
## Controls the amount of records processed in memory at any given time during import, higher values will consume more memory
|
## Controls the amount of records processed in memory at any given time during import, higher values will consume more memory
|
||||||
|
|||||||
Reference in New Issue
Block a user