mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Default to 5 items
This commit is contained in:
parent
56b87672fd
commit
636fa17712
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ export function getEnv(): BackendEnv {
|
|||
gcsUploadPrivateBucket: parse('GCS_UPLOAD_PRIVATE_BUCKET'),
|
||||
dailyUploadLimit: parse('GCS_UPLOAD_DAILY_LIMIT')
|
||||
? parseInt(parse('GCS_UPLOAD_DAILY_LIMIT'), 10)
|
||||
: 30, // default to 30
|
||||
: 5, // default to 5
|
||||
}
|
||||
const sender = {
|
||||
message: parse('SENDER_MESSAGE'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue