# File lib/aws/core/client.rb, line 311
      def scaling_factor response
        throttled?(response) ? (0.5 + Kernel.rand * 0.1) : 0.3
      end