Class: ForeverAlone::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/forever-alone/configuration.rb

Constant Summary collapse

DEFAULTS =
{
  digest:     Digest::MD5,
  timeout:    1_800,        # 30 minutes
  namespace:  :locks
}.freeze