1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

cosmetics

This commit is contained in:
Rene Schallner 2023-01-17 09:17:58 +01:00
parent 4ccd8d8620
commit 3fa538081e
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width'>
<title>NIM Sensor Sync</title>
<title>ZAP Demo</title>
<style>
body {background-color: #0d1117; }
h1 {color: #cdb4db; text-align: center;}

View file

@ -20,7 +20,7 @@ pub fn main() !void {
var listener = zap.SimpleHttpListener.init(.{
.port = 3000,
.on_request = on_request_verbose,
.log = false,
.log = true,
.max_clients = 100000,
});
try listener.listen();