Skip to content

Commit

Permalink
increase blob upload limit for video (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinivy authored Oct 7, 2024
1 parent 94a8082 commit 8b9fc24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ PDS_ADMIN_PASSWORD=${PDS_ADMIN_PASSWORD}
PDS_PLC_ROTATION_KEY_K256_PRIVATE_KEY_HEX=$(eval "${GENERATE_K256_PRIVATE_KEY_CMD}")
PDS_DATA_DIRECTORY=${PDS_DATADIR}
PDS_BLOBSTORE_DISK_LOCATION=${PDS_DATADIR}/blocks
PDS_BLOB_UPLOAD_LIMIT=52428800
PDS_DID_PLC_URL=${PDS_DID_PLC_URL}
PDS_BSKY_APP_VIEW_URL=${PDS_BSKY_APP_VIEW_URL}
PDS_BSKY_APP_VIEW_DID=${PDS_BSKY_APP_VIEW_DID}
Expand Down

0 comments on commit 8b9fc24

Please sign in to comment.