mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 12:46:53 +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
|
# domain master = auto
|
||||||
# os level = 20
|
# 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
|
allocation roundup size = 0
|
||||||
|
|
||||||
# Using the following configurations as a template allows you to add
|
# Using the following configurations as a template allows you to add
|
||||||
|
Loading…
x
Reference in New Issue
Block a user