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 | d6eff6de364890153baa1c7d68d8b72c27df1b9b (patch) | |
| tree | 2d857a0d8da93dec15d20bfc8b604a588edc33b2 /tests | |
| parent | ea535b120a4ff426b0d5a8458bde52bf2f049937 (diff) | |
content-disposition
Diffstat (limited to 'tests')
| -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);
|
