Skip to content

Commit

Permalink
Only 30
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Feb 22, 2024
1 parent 8e2674d commit 2fb912f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/steep/subtyping/check.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2fb912f

Please sign in to comment.