Search Options

Results per page
Sort
Preferred Languages
Advance

Results 511 - 514 of 514 for 5min (0.72 sec)

  1. CHANGELOG/CHANGELOG-1.20.md

    - Scheduler's assumed pods have 2min instead of 30s to receive nodeName pod updates ([#106686](https://github.com/kubernetes/kubernetes/pull/106686), [@ahg-g](https://github.com/ahg-g)) [SIG Scheduling]
    
    ## Dependencies
    
    ### Added
    _Nothing has changed._
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg syscall (linux-386), const VERASE ideal-int
    pkg syscall (linux-386), const VINTR ideal-int
    pkg syscall (linux-386), const VKILL ideal-int
    pkg syscall (linux-386), const VLNEXT ideal-int
    pkg syscall (linux-386), const VMIN ideal-int
    pkg syscall (linux-386), const VQUIT ideal-int
    pkg syscall (linux-386), const VREPRINT ideal-int
    pkg syscall (linux-386), const VSTART ideal-int
    pkg syscall (linux-386), const VSTOP ideal-int
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.18.md

      After the connection closed(received GOAWAY), the client's other in-flight requests won't be affected, and the client will reconnect. 
      The flag min value is 0 (off), max is .02 (1/50 requests); .001 (1/1000) is a recommended starting point.
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
  4. lib/fips140/v1.0.0.zip

    subtle import "crypto/internal/fips140/alias" // XORBytes sets dst[i] = x[i] ^ y[i] for all i < n = min(len(x), len(y)), // returning n, the number of bytes written to dst. // // If dst does not have length at least n, // XORBytes panics without writing anything to dst. // // dst and x or y may overlap exactly or not at all, // otherwise XORBytes may panic. func XORBytes(dst, x, y []byte) int { n := min(len(x), len(y)) if n == 0 { return 0 } if n > len(dst) { panic("subtle.XORBytes: dst too short")...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top