Diff

net/unbound.lua @ 12110:b5b799a2a10c

util.id: Adjust entropy levels, with rationales Modules using ids for logging should not need the now pretty large medium one.
author Kim Alvefur <zash@zash.se>
date Thu, 02 Dec 2021 01:14:55 +0100
parent 11302:6bb2986783d0
child 12509:a92e1de62c9e
line wrap: on
line diff
--- a/net/unbound.lua	Tue Oct 05 18:15:06 2021 +0200
+++ b/net/unbound.lua	Thu Dec 02 01:14:55 2021 +0100
@@ -18,7 +18,7 @@
 local net_server = require "net.server";
 local libunbound = require"lunbound";
 local promise = require"util.promise";
-local new_id = require "util.id".medium;
+local new_id = require "util.id".short;
 
 local gettime = require"socket".gettime;
 local dns_utils = require"util.dns";