mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 08:57:10 -06:00
5 lines
139 B
Ruby
5 lines
139 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
Regexp.timeout =
|
||
|
GlobalSetting.regex_timeout_seconds.to_i if GlobalSetting.regex_timeout_seconds.present?
|