- Added flush sniffing for keep-alive request
- Set default flush interval to 100ms for hostname and 500ms for virtual directory
This commit is contained in:
Toby Chui
2024-07-13 23:12:23 +08:00
parent aca6e44b35
commit e410b92e34
4 changed files with 11 additions and 1 deletions

View File

@@ -234,7 +234,6 @@
var payload = $(row).attr("payload");
payload = JSON.parse(decodeURIComponent(payload));
console.log(payload);
//console.log(payload);
columns.each(function(index) {
var column = $(this);
var oldValue = column.text().trim();