Aart van Baren

Results 333 comments of Aart van Baren

@jeanp413 No, not directly, but it can improve the overall stability of the server. It does help to make the time it takes to publish an extension version less variable,...

@jeanp413 > Is the purpouse of this PR to completety fix HikariPool-1 - Connection is not available, request timed out after 30000ms. No, not completely. I've only tested publishing up...

> We need to make sure that users requests have higher priority and don't break. That's a bit too high level. Can you further explain what you mean by this?...

> > That's a bit too high level. Can you further explain what you mean by this? > > I synced yesterday with Pudong about it. Nobody was using our...

> Can we land this PR to try? Yes, let's try it out.

@jeanp413 @filiptronicek Can you try out this new feature?

@filiptronicek > it would be nice to make it clear that the user can only upload one extension at a time and if the user tries to upload more there...

> I noticed that the navbar has the Publish item when you are not in the user dashboard. This **may** be confusing to some users because otherwise the navbar is...

@kineticsquid Script to manually delete user/publisher and all data: ``` BEGIN TRANSACTION; -- delete file resources published by user DELETE FROM file_resource WHERE extension_id IN ( SELECT ev.id FROM extension_version...

@kineticsquid Can we close this issue?