From 2fb912f3592a1b5f284ea1f2edb630609555b79b Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Thu, 22 Feb 2024 09:14:19 +0900 Subject: [PATCH] Only 30 --- lib/steep/subtyping/check.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/steep/subtyping/check.rb b/lib/steep/subtyping/check.rb index 45c8980f..08cad5b1 100644 --- a/lib/steep/subtyping/check.rb +++ b/lib/steep/subtyping/check.rb @@ -1,7 +1,7 @@ module Steep module Subtyping class Check - ABORT_LIMIT = ENV.fetch("STEEP_SUBTYPING_ABORT_LIMIT", 100).to_i + ABORT_LIMIT = ENV.fetch("STEEP_SUBTYPING_ABORT_LIMIT", 30).to_i attr_reader :builder attr_reader :cache