Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 99 for Goff (0.22 sec)

  1. docs/extensions/s3zip/README.md

    - A maximum of 100M inside a single zip is allowed. However, a reasonable limit of 100,000 files inside a single ZIP archive is recommended for best performance and memory usage trade-off.
    
    ## Content-Type
    
    Plain Text
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Wed Apr 10 16:28:27 GMT 2024
    - 3K bytes
    - Viewed (0)
  2. docs/contribute/code_of_conduct.md

     * **Step down considerately**: Members of every project come and go. When somebody leaves or
       disengages from the project, they should make it known and take the proper steps to ensure that
       others can pick up where they left off.
    
    This code is not exhaustive or complete. It serves to distill our common understanding of a
    collaborative, shared environment, and goals. We expect it to be followed in spirit as much as in
    the letter.
    
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Sun Feb 06 02:19:09 GMT 2022
    - 5.1K bytes
    - Viewed (0)
  3. architecture/networking/pilot.md

    not impact the `Cluster` type, so we can skip generating `Cluster` in this case. Warning: Envoy currently has a bug that *requires* `Endpoints` to be pushed any time the corresponding `Cluster` is pushed, so this optimization is intentionally turned off in this specific case.
    
    Finally, we determine which subset of the type we need to generate. XDS has two modes - "State of the World (SotW)" and "Delta". In SotW, we generally need to generate all resources of the type, even if only one changed....
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Wed Feb 07 17:53:24 GMT 2024
    - 19.1K bytes
    - Viewed (0)
  4. docs/lambda/README.md

    Lets start the lamdba handler.
    
    ```
    python lambda_handler.py
     * Serving Flask app 'webhook'
     * Debug mode: off
    WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
     * Running on http://127.0.0.1:5000
    Press CTRL+C to quit
    ```
    
    ## Start MinIO with Lambda target
    
    Plain Text
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Tue Apr 04 19:15:28 GMT 2023
    - 7.6K bytes
    - Viewed (0)
  5. docs/changelogs/changelog_3x.md

        This simple option dramatically changes the behavior of the request body and of the entire
        call.
    
        The `RequestBody.writeTo()` method may now retain a reference to the provided sink and
        hand it off to another thread to write to it after `writeTo` returns.
    
        The `EventListener` may now see requests and responses interleaved in ways not previously
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Sun Feb 06 14:55:54 GMT 2022
    - 50.8K bytes
    - Viewed (0)
  6. docs/en/docs/how-to/sql-databases-peewee.md

        The examples here are no longer tested in CI (as they were before).
    
    If you are starting a project from scratch, you are probably better off with SQLAlchemy ORM ([SQL (Relational) Databases](../tutorial/sql-databases.md){.internal-link target=_blank}), or any other async ORM.
    
    Plain Text
    - Registered: Sun Apr 21 07:19:11 GMT 2024
    - Last Modified: Tue Jan 16 13:23:25 GMT 2024
    - 23.6K bytes
    - Viewed (0)
  7. api/go1.txt

    pkg debug/elf, type Rel32 struct, Off uint32
    pkg debug/elf, type Rel64 struct
    pkg debug/elf, type Rel64 struct, Info uint64
    pkg debug/elf, type Rel64 struct, Off uint64
    pkg debug/elf, type Rela32 struct
    pkg debug/elf, type Rela32 struct, Addend int32
    pkg debug/elf, type Rela32 struct, Info uint32
    pkg debug/elf, type Rela32 struct, Off uint32
    pkg debug/elf, type Rela64 struct
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  8. api/go1.14.txt

    pkg syscall (freebsd-arm64), const IP_RSVP_OFF = 16
    pkg syscall (freebsd-arm64), const IP_RSVP_OFF ideal-int
    pkg syscall (freebsd-arm64), const IP_RSVP_ON = 15
    pkg syscall (freebsd-arm64), const IP_RSVP_ON ideal-int
    pkg syscall (freebsd-arm64), const IP_RSVP_VIF_OFF = 18
    pkg syscall (freebsd-arm64), const IP_RSVP_VIF_OFF ideal-int
    pkg syscall (freebsd-arm64), const IP_RSVP_VIF_ON = 17
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  9. api/go1.16.txt

    pkg syscall (darwin-arm64), const IP_RF ideal-int
    pkg syscall (darwin-arm64), const IP_RSVP_OFF = 16
    pkg syscall (darwin-arm64), const IP_RSVP_OFF ideal-int
    pkg syscall (darwin-arm64), const IP_RSVP_ON = 15
    pkg syscall (darwin-arm64), const IP_RSVP_ON ideal-int
    pkg syscall (darwin-arm64), const IP_RSVP_VIF_OFF = 18
    pkg syscall (darwin-arm64), const IP_RSVP_VIF_OFF ideal-int
    pkg syscall (darwin-arm64), const IP_RSVP_VIF_ON = 17
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.11.md

    * The formerly publicly-available cAdvisor web UI that the kubelet ran on port 4194 by default is now turned off by default. The flag configuring what port to run this UI on `--cadvisor-port` was deprecated in v1.10. Now the default is `--cadvisor-port=0`, in other words, to not run the web server. If you still need to run cAdvisor, the recommended way to run...
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Feb 06 06:04:15 GMT 2020
    - 328.4K bytes
    - Viewed (0)
Back to top