Missed slot leader checks

Hi guys, just a point. I was just updating to cardano node to 1.31.0 by following this awesome post → Update Cardano Node to 1.31.0 - for Coincashew users

But when running ghcup upgrade command I was getting this message → ghcup: Most RTS options are disabled. Link with -rtsopts to enable them.

To resolve this, I had to clear the environment variable GHCRTS which was set as -N -T -I0 -A16m --disable-delayed-os-memory-return --nonmoving-gc from the above on trying to reduce the missing slot leader checks. This was cleared by running unset GHCRTS, and I now can subsequently upgrade :+1: