yvanzo
yvanzo
Hi @myopenflixr, I’m not sure which implementation of `cron` your host system is running but I would try replacing the initial `* 1` in your line with `0 1` which...
@JoshDi: The documentation is about the cron job to update the PostgreSQL database, not to rebuild Solr search indexes. If @justinthiele prefers to avoid using the live indexer, the solution...
@JoshDi: Even though the live indexer is much faster than it used to be, it is still *not stable*. There regularly are situations were it crashes and the recovery is...
@brainzbot please retest this.
If `2` and `4` are intentional, I’ve not seen it mentioned anywhere, it’s not tested either. `5` is not that unlikely: - A: _1234 5678 9012 3456_ - B: _is...
Class naming is pretty wild. The controller should probably be named `ModifyEditNote` instead of `EditNoteEdit`. It would better match the corresponding test class `Edit::ModifyNote` too. It should probably also be...
Just rebased on current `master` branch’s `HEAD` commit 154240528e8183b6741320ae63c204d91902ff9a.
Tests shown that these changes had no effect on disk latency so far. However, it might due be an infrastructure setup issue: [MBH-581](https://tickets.metabrainz.org/browse/MBH-581).
I scrapped most of the commits as agreed on with @bitmap. See notes in PR’s description and in comment to the ticket MBS-12538. Now it is just a small refactoring...
I just added the commit https://github.com/metabrainz/musicbrainz-server/pull/3091/commits/e76ec04143cf7877f44a35e629a79e196943c2d9 to the pull request https://github.com/metabrainz/musicbrainz-server/pull/3091 so that we can merge it without losing the current translations that will likely be reused for resolving MBS-11178....