Make sure number is an integer (just for clarity)

This commit is contained in:
swaggboi 2022-03-03 15:51:08 -05:00
parent ba7596e92c
commit 5ab54478ac

View File

@ -1,2 +1,2 @@
threads(0, `nproc`.chomp || 5) threads(0, `nproc`.chomp.to_i || 5)
port 4567 port 4567