agoujot

Results 6 comments of agoujot

Thank you for answering! Though I'm not much of a C programmer, it looks good to me. (It will take me a bit of time to test it, as I'm...

D'you mind taking a look? We've been getting quite many failmails about this.

Oh hang on, this may have a problem: getting the extensions of 1 project is 1 api call. From quick testing, these api calls each take 0.3-08 seconds. Let's say...

Similarly to the fix for #568 , normally we should be able to check having or not flaggedrevs simply with `information_schema.tables`.

Just realised we do in fact have access to `information_schema.tables`.

I have a working cleaner solution with `information_schema`. For speed concerns (notably EC calling a lot of ->exists() for different projects), these checks should be run in one batch; which...