roles/samba: Remove socket options
The `socket options` directive does not need to be specified in `smb.conf`. I think I copied it from an example many years ago, and never bothered to remove it. It is definitely not required, most likely not helping performance at all, and most likely hindering it.jenkins-master
parent
4c90493443
commit
024f9f719d
|
@ -20,8 +20,6 @@ security = {{ samba_security }}
|
|||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
|
||||
|
||||
printing = bsd
|
||||
printcap name = /dev/null
|
||||
load printers = no
|
||||
|
|
Loading…
Reference in New Issue