@kirby
If you're into modding Peloomner, maybe you can report this to the devs while you're at it: https://social.librem.one/@m0xee/110807542789812745
I'd do this myself, but I'm not even sure who to talk to, but this filter obviously doesn't work as expected. And I did fix it for my instance, but it's not a proper fix, it should also be fixed in Dedupe too, or the docs should mention that they are only supposed to be used together 🤷
@kirby For me it's only the files that I have modified, I can usually see them being rebuilt in the logs.
It does take a couple of mins to restart though, but I've always thought it's because I'm running it on an old MacMini 😂
@kirby I'm not an expert on Erlang or Elixir, but take a look in _build/prod/lib (or maybe dev in your case), those .beam files look like precompiled bytecode that is executed in beam VM, so not everything gets rebuilt everytime it does reuse previously compiled bytecode.