a28594c94e4eb79c06f494b760e6e33d11ad14a9
braney
  Tue Feb 25 08:59:40 2025 -0800
increase the number of split tables allowed   refs #35253

diff --git src/hg/inc/hdb.h src/hg/inc/hdb.h
index fee4fe183e3..3e192a47ee6 100644
--- src/hg/inc/hdb.h
+++ src/hg/inc/hdb.h
@@ -28,31 +28,31 @@
 
 #ifndef HGRELATE_H
 #include "hgRelate.h"
 #endif
 
 #ifndef BED_H
 #include "bed.h"
 #endif
 
 #ifndef CUSTOMTRACK_H
 #include "customTrack.h"
 #endif
 struct chromInfo;
 
 /* At or below this number of sequences, allow split tables: */
-#define HDB_MAX_SEQS_FOR_SPLIT 100
+#define HDB_MAX_SEQS_FOR_SPLIT 400
 
 /* Statically-allocated string lengths (max supported len incl. final \0): */
 #define HDB_MAX_CHROM_STRING 255
 #define HDB_MAX_BAND_STRING 64
 #define HDB_MAX_FIELD_STRING 32
 #define HDB_MAX_TABLE_STRING 128
 #define HDB_MAX_PATH_STRING 512
 
 
 struct blatServerTable
 /* Information about a BLAT server. */
 {
     char *db;		/* Database name. */
     char *genome;	/* Genome name. */
     boolean isTrans;	/* Is tranlated to protein? */