We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e11ff commit df174a5Copy full SHA for df174a5
lib/AuthenticationSDK/util/Constants.rb
@@ -86,7 +86,7 @@ class Constants
86
87
# constants for fall back logic
88
89
- DEFAULT_LOG_SIZE = '10485760' unless const_defined?(:DEFAULT_LOG_SIZE)
+ DEFAULT_LOG_SIZE = 10485760 unless const_defined?(:DEFAULT_LOG_SIZE)
90
91
DEFAULT_PROXY_ADDRESS = 'userproxy.visa.com' unless const_defined?(:DEFAULT_PROXY_ADDRESS)
92
0 commit comments