lib/tracebin/config.rb in tracebin-0.0.11 vs lib/tracebin/config.rb in tracebin-0.0.12
- old
+ new
@@ -4,10 +4,12 @@
log_level: 'info',
host: 'https://traceb.in',
report_path: 'reports',
enable_ssl: true,
ignored_paths: [],
- enabled: true
+ enabled: true,
+ report_frequency: 60,
+ report_retry_limit: 10
}.freeze
attr_accessor *(DEFAULTS.keys + [:bin_id])
def initialize(config = {})