1 module Interval where
    2 
    3 polling = 5::Int
    4 
    5 interval = 3::Int
    6 
    7 threshold = 100::Int