fix: increase cache size to hopefully deduplicate events (#865)

* fix: presence key was incorrect after other related update

Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com>

* rust analyzer try not to be annoying challenge

Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com>

* fix: increase seen events cache and reenable typing events when disabling overload events

Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com>

* add canary publisher and ability to lower job count to not OOM

Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com>

---------

Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com>
This commit is contained in:
Tom
2026-07-21 18:28:16 -07:00
committed by GitHub
parent 3f393ea24b
commit 44c35bfb51
8 changed files with 109 additions and 28 deletions

View File

@@ -5,6 +5,9 @@ WORKDIR /home/rust/src
ARG TARGETARCH
ARG CARGO_BUILD_JOBS=10
ENV CARGO_BUILD_JOBS=${CARGO_BUILD_JOBS}
# Install build requirements
RUN dpkg --add-architecture "${TARGETARCH}"
RUN apt-get update && \