packages feed

shelduck-0.1.4.0: src/Shelduck/Configuration.hs

module Shelduck.Configuration where

pollTime :: Int
pollTime = 100000

retryWait :: Int
retryWait = 10000000

polls :: Int
polls = 2000