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

@@ -3,6 +3,9 @@ FROM rust:1.92.0-slim-bookworm
USER 0:0
WORKDIR /home/rust/src
ARG CARGO_BUILD_JOBS=10
ENV CARGO_BUILD_JOBS=${CARGO_BUILD_JOBS}
# Install build requirements
RUN apt-get update && \
apt-get install -y \