1968e23d706f2898d208524febbff064ee060ed0
jcasper
  Sun Jun 1 01:11:24 2025 -0700
Installing updated hg.conf files from UCSC servers

diff --git confs/rr.hg.conf confs/rr.hg.conf
index 2605377971f..06c37dfea5c 100644
--- confs/rr.hg.conf
+++ confs/rr.hg.conf
@@ -210,20 +210,20 @@
 # limit memory to 20G
 maxMem=21474836480
 
 # Increases the number of items that can be queried from a bigBed file
 bigBedMaxItems=100000
 
 # Show errors instead of triggering error 500 page
 showEarlyErrors=off
 
 # Enables the pop-up when clicking items option on the configure page
 canDoHgcInPopUp=true
 
 # Enables the grouping feature for track hubs
 trackHubsCanAddGroups=on
 
-# Default itemRgb for bigBed tracks with enough fields (see #28498)
-alwaysItemRgb=on
-
 # Adding more aggressive bot delay #35729
 newBotDelay=on
+
+# Increases the number of items that can be queried from a BAM file
+BAMMaxItems=30000