diff options
| author | ame <[email protected]> | 2024-02-26 12:04:08 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2024-02-26 12:04:08 -0600 |
| commit | 764dea6ddb8fb8f164858426d755afc33b3a2f1d (patch) | |
| tree | 2d857a0d8da93dec15d20bfc8b604a588edc33b2 /tests/net.lua | |
| parent | 5b4853a1b0599980f94e7459d522cfad8b4b5833 (diff) | |
content-disposition
Diffstat (limited to 'tests/net.lua')
| -rw-r--r-- | tests/net.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/net.lua b/tests/net.lua index bef4920..0c2cb85 100644 --- a/tests/net.lua +++ b/tests/net.lua @@ -1,5 +1,5 @@ require "llib"
-llib.config.set({max_depth=1})
+llib.config.set({max_depth=5})
--local print = llib.io.pprint
sleep = function(a)
local sec = tonumber(os.clock() + a);
|
