[Citadel Development] (no subject)

2011-09-06 Thread dothebart


since it concerns us...
https://git.wiki.kernel.org/index.php/GitSurvey2011




[Citadel Development] (no subject)

2011-09-06 Thread dothebart


ok, no more single message deleting.
that would probably be good for stable too?
now one can see, that the select mechanism can in fact just handle up to 800 messages...  is there a maximum string length in .js?




[Citadel Development] (no subject)

2011-09-06 Thread IGnatius T Foobar
I don't think so ... are you sure you aren't running up against the limit
of a server command length in Citadel? 
 


[Citadel Development] (no subject)

2011-09-06 Thread dothebart



Tue Sep 06 2011 17:24:37 EDT from   IGnatius T Foobar @ Uncensored 

I don't think so ... are you sure you aren't running up against the limit of a server command length in Citadel?


lemme guess, 1024? 4096?
for example move doesn't do either, but if, whats strlen in .js, and how expensive is it?




[Citadel Development] (no subject)

2011-09-06 Thread dothebart



Tue Sep 06 2011 18:18:41 EDT from   dothebart @ Uncensored 


Tue Sep 06 2011 17:24:37 EDT from   IGnatius T Foobar @ Uncensored 

I don't think so ... are you sure you aren't running up against the limit of a server command length in Citadel?


lemme guess, 1024? 4096?
for example move doesn't do either, but if, whats strlen in .js, and how expensive is it?


used 800 as limit; so it now sends chunks; works fine deleting 2300 mails.