implemented rate limiting

This commit is contained in:
Maximilian Wagner
2025-12-28 00:31:39 +01:00
parent 2c05415ed1
commit 03c0e3ca77
5 changed files with 74 additions and 41 deletions

View File

@@ -1,11 +1,12 @@
{
"timezone": "Europe/Berlin",
"logFilePath": "./servtex.log",
"logLevel": "debug",
"logLevel": "info",
"latexEngine": "lualatex",
"latexSourceFilePath": "./testfiles/Example.tex",
"latexOutputPath": "./testfiles/output",
"rateLimitSeconds": 0,
"webserverDomain": "localhost",
"webserverPort": "8080",