Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Adjustment (0.09 sec)

  1. src/time/time.go

    // Go's division (like most hardware division instructions) rounds to
    // zero. We can still do those computations and then adjust the result
    // for a negative numerator, but it's annoying to write the adjustment
    // over and over. Instead, we can change to a different epoch so long
    // ago that all the times we care about will be positive, and then round
    // to zero and round down coincide. These presentation routines already
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 50.7K bytes
    - Viewed (0)
  2. cluster/gce/windows/k8s-node-setup.psm1

      max_retry_wait 30
      # Disable the limit on the number of retries (retry forever).
      disable_retry_limit
      # Use multiple threads for processing.
      num_threads 2
      use_grpc true
      # Skip timestamp adjustment as this is in a controlled environment with
      # known timestamp format. This helps with CPU usage.
      adjust_invalid_timestamps false
    </match>
    # Attach local_resource_id for 'k8s_node' monitored resource.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
Back to top