mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-08 20:56:11 +00:00
4 lines
133 B
Ruby
4 lines
133 B
Ruby
# frozen_string_literal: true
|
|
|
|
Regexp.timeout = ENV['REGEXP_TIMEOUT'].to_f if Regexp.respond_to?(:timeout=) && ENV['REGEXP_TIMEOUT']
|