mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #1054 from MilhouseVH/disable_strict_allocate
samba: disable strict allocate
This commit is contained in:
commit
1329364b24
@ -50,7 +50,10 @@
|
||||
# domain master = auto
|
||||
# os level = 20
|
||||
|
||||
strict allocate = yes
|
||||
# "strict allocate = yes" breaks large network transfers to external hdd
|
||||
# Force this to "no" in case "yes" becomes the default in future
|
||||
strict allocate = no
|
||||
|
||||
allocation roundup size = 0
|
||||
|
||||
# Using the following configurations as a template allows you to add
|
||||
|
Loading…
x
Reference in New Issue
Block a user