fix: use port 9999 instead of port 8888

web crawlers were creating a shit-ton of pastebins while trying to
connect to feuille.
This commit is contained in:
Tom MTT 2022-11-22 20:36:45 +01:00
parent 10ca071b99
commit 7904d4dfc4
6 changed files with 11 additions and 11 deletions

View file

@ -44,7 +44,7 @@ Settings settings = {
.id_length = 4,
.worker_count = 1,
.port = 8888,
.port = 9999,
.timeout = 4,
.max_size = 2097152, /* = 2MiB = 1024 * 1024 * 2 */
.buffer_size = 131072, /* = 128KiB = 1024 * 128 */