Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for fsync (0.27 sec)

  1. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_FSTAT_EXTENDED ideal-int
    pkg syscall (darwin-arm64), const SYS_FSYNC = 95
    pkg syscall (darwin-arm64), const SYS_FSYNC ideal-int
    pkg syscall (darwin-arm64), const SYS_FSYNC_NOCANCEL = 408
    pkg syscall (darwin-arm64), const SYS_FSYNC_NOCANCEL ideal-int
    pkg syscall (darwin-arm64), const SYS_FTRUNCATE = 201
    pkg syscall (darwin-arm64), const SYS_FTRUNCATE ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS_FSTATVFS1 ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_FSYNC = 95
    pkg syscall (netbsd-arm64-cgo), const SYS_FSYNC ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_FSYNC_RANGE = 354
    pkg syscall (netbsd-arm64-cgo), const SYS_FSYNC_RANGE ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_FTRUNCATE = 201
    pkg syscall (netbsd-arm64-cgo), const SYS_FTRUNCATE ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.13.md

    * Fix tests to use fsync instead of sync ([#69755](https://github.com/kubernetes/kubernetes/pull/69755), [@mrunalp](https://github.com/mrunalp))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 273.1K bytes
    - Viewed (0)
  4. tests/test_include_router_defaults_overrides.py

        media_type = "application/x-level-5"
    
    
    async def dep0(response: Response):
        response.headers["x-level0"] = "True"
    
    
    async def dep1(response: Response):
        response.headers["x-level1"] = "True"
    
    
    async def dep2(response: Response):
        response.headers["x-level2"] = "True"
    
    
    async def dep3(response: Response):
        response.headers["x-level3"] = "True"
    
    
    async def dep4(response: Response):
    Python
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Jun 30 18:25:16 GMT 2023
    - 358.6K bytes
    - Viewed (0)
  5. docs/en/docs/release-notes.md

    * Fix typos in Async docs. PR [#1423](https://github.com/tiangolo/fastapi/pull/1423).
    
    ## 0.54.2
    
    * Add translation to Spanish for [Concurrency and async / await - Concurrencia y async / await](https://fastapi.tiangolo.com/es/async/). PR [#1290](https://github.com/tiangolo/fastapi/pull/1290) by [@alvaropernas](https://github.com/alvaropernas).
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri May 03 23:25:42 GMT 2024
    - 388.1K bytes
    - Viewed (1)
  6. CHANGELOG/CHANGELOG-1.14.md

    - `reflector_watches_total`
    
    ### Deprecated metrics
    
    - `rest_client_request_latency_seconds` -> `rest_client_request_duration_seconds`
    - `apiserver_proxy_tunnel_sync_latency_secs` -> `apiserver_proxy_tunnel_sync_duration_seconds`
    - `scheduler_scheduling_latency_seconds` -> `scheduler_scheduling_duration_seconds`
    - `kubelet_pod_worker_latency_microseconds` -> `kubelet_pod_worker_duration_seconds`
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Mon Jun 14 22:06:39 GMT 2021
    - 271.5K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.25.md

    - In "large" clusters, kube-proxy in iptables mode will now sometimes
      leave unused rules in iptables for a while (up to `--iptables-sync-period`)
      before deleting them. This improves performance by not requiring it to
      check for stale rules on every sync. (In smaller clusters, it will still
      remove unused rules immediately once they are no longer used.)
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Nov 16 11:30:31 GMT 2023
    - 419K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.6.md

    * Reduce verbosity of volume reconciler when attaching volumes ([#36900](https://github.com/kubernetes/kubernetes/pull/36900), [@codablock](https://github.com/codablock))
    * We change the default attach_detach_controller sync period to 1 minute to reduce the query frequency through cloud provider to check whether volumes are attached or not. ([#41363](https://github.com/kubernetes/kubernetes/pull/41363), [@jingxu97](https://github.com/jingxu97))
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 304K bytes
    - Viewed (0)
  9. ChangeLog.md

    - [`KT-61172`](https://youtrack.jetbrains.com/issue/KT-61172) MPP: Stacktraces of diagnostics are always printed during IDEA sync
    - [`KT-48554`](https://youtrack.jetbrains.com/issue/KT-48554) [Multiplatform Import] Ensure consistency between `GradleImportProperties` and `PropertiesProvider`
    Plain Text
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Thu Dec 21 17:48:12 GMT 2023
    - 268.7K bytes
    - Viewed (1)
  10. CHANGELOG/CHANGELOG-1.21.md

    - GCE Internal LoadBalancer sync loop will now release the ILB IP address upon sync failure. An error in ILB forwarding rule creation will no longer leak IP addresses. ([#97740](https://github.com/kubernetes/kubernetes/pull/97740), [@prameshj](https://github.com/prameshj)) [SIG Cloud Provider and Network]...
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Fri Oct 14 07:03:14 GMT 2022
    - 367.3K bytes
    - Viewed (4)
Back to top