Fix: libcrmcommon: avoid evicting IPC client if messages spike briefly
Before, an IP server would evict a client if its event queue grew to 500
messages. Now, we avoid evicting if the backlog is new (a quick spike of many
messages that immediately crosses the threshold).