Added paste limits
authorLuke Hoersten <luke@hoersten.org>
Sat, 10 Feb 2024 15:45:13 -0600
changeset 231 e3ebf2a606ea
parent 230 07f08cc98da0
child 232 a447e60bd3e9
Added paste limits
bin/server/templates/[email protected]
--- a/bin/server/templates/[email protected]	Sat Feb 10 15:41:05 2024 -0600
+++ b/bin/server/templates/[email protected]	Sat Feb 10 15:45:13 2024 -0600
@@ -3,7 +3,7 @@
 After=syslog.target network.target
 
 [Service]
-ExecStart=/usr/local/bin/bin 127.0.0.1:%i --buffer-size 10 --max-paste-size 16kB
+ExecStart=/usr/local/bin/bin 127.0.0.1:%i --buffer-size 10 --max-paste-size 16000
 Restart=always
 User={{bin_user}}