re add console limiting

This commit is contained in:
Tyler Murphy 2023-01-23 23:53:39 -05:00
parent 03b5e452a0
commit 1aecfe81bc

View file

@ -123,6 +123,10 @@ const parse = (req) => {
const render = () => {
if (requests.length > 200) {
requests.splice(0, 100)
}
const html = `
<!DOCTYPE html>
<html lang="en">