mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
cosmetics
This commit is contained in:
parent
4ccd8d8620
commit
3fa538081e
2 changed files with 2 additions and 2 deletions
|
@ -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;}
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue