Skip to content

Commit cfa8678

Browse files
committed
Update hard limit for getAllGauges to debug newfound small instability
1 parent fa93739 commit cfa8678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/v1/getAllGauges.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ const getAllGauges = fn(async () => {
853853
}
854854

855855
const passesSanityCheck2 = (
856-
allGaugesLcAddresses.length > 1400 // Ugly hard limit to try to tame down that issue for good for now
856+
allGaugesLcAddresses.length >= 1704 // Ugly hard limit to try to tame down that issue for good for now
857857
);
858858
if (!passesSanityCheck2) {
859859
console.log('Gauges are too few to be complete from the tentatively returned value from getAllGauges: throwing instead to serve old accurate data')

0 commit comments

Comments
 (0)