Skip to content

Commit

Permalink
rcsl
Browse files Browse the repository at this point in the history
  • Loading branch information
LooseSeal2 committed Aug 1, 2019
1 parent de2ce9c commit 4108974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functions/rclonesettings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Once you are done updating these settings, [A] Quick Deploy to take effect.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[5] Buffer-Size 16M [$vfs_bs]
[6] VFS-Read-Chunk-Size 64M [$vfs_rcs]
[7] VFS-Read-Chunk-Size-Limit 2048M [$vfs_rcsl]
[7] VFS-Read-Chunk-Size-Limit 1024M [$vfs_rcsl]
🔄 VFS Cache Mode Settings Default Current
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Expand Down
2 changes: 1 addition & 1 deletion functions/variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ pgclonevars() {
variable /var/plexguide/vfs_rcs "64M"
vfs_rcs=$(cat /var/plexguide/vfs_rcs)

variable /var/plexguide/vfs_rcsl "2048M"
variable /var/plexguide/vfs_rcsl "1024M"
vfs_rcsl=$(cat /var/plexguide/vfs_rcsl)

variable /var/plexguide/vfs_ll "NOTICE"
Expand Down

0 comments on commit 4108974

Please sign in to comment.