macro bump
	task magic.ds.revert.run
		periods -exec .05
	end
        $POLLLIMIT=100
end
macro bumpdown
	task magic.ds.revert.run
		periods -exec 10
	end
        $POLLLIMIT=32
end

macro extendexec
    task magic.destreak.load
        periods -exec 5
    end
end


