Skip to content

Commit

Permalink
#2153, add slash and root constants
Browse files Browse the repository at this point in the history
  • Loading branch information
chahmedejaz committed Oct 12, 2023
1 parent 6e1390c commit fddc57d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/new_relic/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ module NewRelic

CONNECT_RETRY_PERIODS = [15, 15, 30, 60, 120, 300]
MAX_RETRY_PERIOD = 300

SLASH = '/'
ROOT = SLASH
end

0 comments on commit fddc57d

Please sign in to comment.