← Back to team overview

linuxdcpp-team team mailing list archive

[Question #153324]: Minimum Share Size

 

New question #153324 on ADCH++:
https://answers.launchpad.net/adchpp/+question/153324

I changed the setting in access.limits.lua

access.add_setting(‘minsharesize’, {
alias = { minss = true },

change = recheck_info,

help = “minimum share size allowed in bytes, 0 = disabled”,

value = 1000000000
})

Yet after restarting, users with less than minsharesize can still connect.

And in the ADCH++ v2.7.0 window i am getting an error 

access.limits.lua:23: bad argument #1 to 'len' (string expected, got nil)

and then there is stack traceback information. I have taken a screenshot of the window with error as i couldn't copy the text.

-- 
You received this question notification because you are a member of
Dcplusplus-team, which is an answer contact for ADCH++.