Disable RailsPulse in Self-hosted Environments

This commit is contained in:
Eugene Burmakin 2026-01-09 23:55:47 +01:00
parent f74828cc6b
commit f4aba0991c
2 changed files with 3 additions and 2 deletions

View file

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Fixed
- Routes are now being drawn the very same way on Map V2 as in Map V1. #2132 #2086
- RailsPulse performance monitoring is now disabled for self-hosted instances. It fixes poor performance on Synology. #2139
## Changed

View file

@ -3,8 +3,8 @@ RailsPulse.configure do |config|
# GLOBAL CONFIGURATION
# ====================================================================================================
# Enable or disable Rails Pulse
config.enabled = true
# Disable Rails Pulse in Self-hosted Environments
config.enabled = !SELF_HOSTED
# ====================================================================================================
# THRESHOLDS