From 9323a420d5d511dd8655a9a4d2ba74b0b0180b82 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Thu, 30 May 2024 21:14:31 +0200 Subject: [PATCH] Update SVR.JS to 3.15.4 --- source/changelog.md | 4 ++++ source/index.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/source/changelog.md b/source/changelog.md index 793bf66..c47a886 100644 --- a/source/changelog.md +++ b/source/changelog.md @@ -4,6 +4,10 @@ excerpt: Learn more about changes introduced in various SVR.JS versions. date: 2023-12-21 17:10:14 --- +## SVR.JS 3.15.4 +_Released in May 30, 2024_ +* Added cap on minimum number of workers to 12 to reduce idle memory usage. + ## SVR.JS 3.15.3 _Released in May 21, 2024_ * Fixed bug in the URL parser (URLs with "@" got erroneously "sanitized" to "/"). diff --git a/source/index.md b/source/index.md index cce8b70..08b9d80 100644 --- a/source/index.md +++ b/source/index.md @@ -3,7 +3,7 @@ title: Main page date: 2024-01-21 19:41:01 layout: index-page sitemap: false -svrjsversion: 3.15.3 +svrjsversion: 3.15.4 ---
@@ -13,7 +13,7 @@ svrjsversion: 3.15.3

Host a webpage, run server-side JavaScript, use mods to expand server functionality, or use it as a forward or reverse proxy — all in SVR.JS! SVR.JS is a web server that runs on top of Node.JS, thus enabling server-side JavaScript on webpages. SVR.JS also has an integrated log viewer, log highlighter, and user management tool. SVR.JS can run not only on Node.JS but also in Bun (experimental support).