Dominique Martinet
                                            Dominique Martinet
                                        
                                    I agree sorting is probably the most straightforward solution. It seems a bit of a shame to sort before the parallel BTF processing as that'll require threads to wait for...
FWIW this has started happening again very badly again for us -- despite 'vacuum users' every minute and 'vacuum full users' daily. Minutely vacuum worked fine for a while (half...
hi @garbear It's been a while since your last message, do you still plan on looking at this PR? (Just doing my yearly-ish PR spring cleaning, no particular hurry; there's...
> But I also suspect that I just saw that PT_REGS_IP(ctx) returns real IP + 1 and just compensated That's fair! I don't like blindly making the +1 or not...
> Which suggests & ~0x7 trick won't work, unfortunately? Ugh, I guess I could have checked a bit more thoroughly sorry. Well, offsetting by 1 conditionally on arch won't be...
Ah, I suspected something with the path for that ld symbol, but I kept the dashes in the target triplet instead of underscores, and ld didn't like dashes. Well, that...
I'd say cross compiling still isn't quite easy, but building the sidecar separately and pasing `-largp` through LDFLAGS ought to work so it should have gotten quite a bit easier...
Thanks for the work!
I've just updated my instance, this is still definitely needed: Env.httpSafePort would only be set if neither httpSafeOrigin nor httpSafePort are set in config: - if neither are set, cryptpad...
Hi @mathilde-cryptpad Thanks for the documentation update, I agree the ports aren't needed in most setups and the addition you've merged in staging is appreciated! Please note though that this...