Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 64 for eussions (0.21 sec)

  1. common/scripts/metallb-native.yaml

                      mode is disabled by default, and not supported on multi hops setups.
                    type: boolean
                  minimumTtl:
                    description: 'For multi hop sessions only: configure the minimum expected
                      TTL for an incoming BFD control packet.'
                    format: int32
                    maximum: 254
                    minimum: 1
                    type: integer
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri Feb 23 23:56:31 GMT 2024
    - 63.9K bytes
    - Viewed (0)
  2. cmd/globals.go

    	diskAssumeUnknownSize = 1 << 30
    
    	// diskMinInodes is the minimum number of inodes we want free on a disk to perform writes.
    	diskMinInodes = 1000
    
    	// tlsClientSessionCacheSize is the cache size for client sessions.
    	tlsClientSessionCacheSize = 100
    )
    
    func init() {
    	// Injected to prevent circular dependency.
    	pubsub.GetByteBuffer = grid.GetByteBuffer
    }
    
    type poolDisksLayout struct {
    	cmdline string
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed Apr 24 04:08:47 GMT 2024
    - 16.5K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/exec/Crawler.java

                    duplicateHostHelper.init();
                } catch (final Exception e) {
                    logger.warn("Could not initialize duplicateHostHelper.", e);
                }
    
                // delete expired sessions
                SystemHelper systemHelper2 = ComponentUtil.getSystemHelper();
                crawlingInfoService.deleteSessionIdsBefore(options.sessionId, options.name, systemHelper2.getCurrentTimeAsLong());
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 24.1K bytes
    - Viewed (2)
  4. docs/fr/docs/alternatives.md

    - Le support de GraphQL.
    - Les tâches d'arrière-plan.
    - Les événements de démarrage et d'arrêt.
    - Un client de test basé sur request.
    - CORS, GZip, fichiers statiques, streaming des réponses.
    - Le support des sessions et des cookies.
    - Une couverture de test à 100 %.
    - 100 % de la base de code avec des annotations de type.
    - Zéro forte dépendance à d'autres packages.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 27.5K bytes
    - Viewed (0)
  5. docs/zh-hant/docs/index.md

    - 更多其他的功能 (感謝 Starlette) 像是:
        - **WebSockets**
        - 於 HTTPX 和 `pytest` 的非常簡單測試
        - **CORS**
        - **Cookie Sessions**
        - ...以及更多
    
    ## 效能
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 18.8K bytes
    - Viewed (0)
  6. docs/en/docs/index.md

    * Many extra features (thanks to Starlette) as:
        * **WebSockets**
        * extremely easy tests based on HTTPX and `pytest`
        * **CORS**
        * **Cookie Sessions**
        * ...and more.
    
    ## Performance
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 02 22:37:31 GMT 2024
    - 19.8K bytes
    - Viewed (0)
  7. docs/de/docs/index.md

    * Viele zusätzliche Funktionen (dank Starlette) wie:
        * **WebSockets**
        * extrem einfache Tests auf Basis von `httpx` und `pytest`
        * **CORS**
        * **Cookie Sessions**
        * ... und mehr.
    
    ## Performanz
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 21.1K bytes
    - Viewed (0)
  8. docs/he/docs/index.md

    -   תכונות נוספות רבות (תודות ל - Starlette) כגון:
        -   **WebSockets**
        -   בדיקות קלות במיוחד מבוססות על `requests` ו - `pytest`
        -   **CORS**
        -   **Cookie Sessions**
        -   ...ועוד.
    
    ## ביצועים
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 21.2K bytes
    - Viewed (0)
  9. docs/hu/docs/index.md

    * több extra funkció (Starlette-nek köszönhetően) pl.:
        * **WebSockets**
        * rendkívül könnyű tesztek HTTPX és `pytest` alapokra építve
        * **CORS**
        * **Cookie Sessions**
        * ...és több.
    
    ## Teljesítmény
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 20.2K bytes
    - Viewed (0)
  10. docs/es/docs/index.md

    * Muchas características extra (gracias a Starlette) como:
        * **WebSockets**
        * **GraphQL**
        * pruebas extremadamente fáciles con HTTPX y `pytest`
        * **CORS**
        * **Cookie Sessions**
        * ...y mucho más.
    
    ## Rendimiento
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 19K bytes
    - Viewed (0)
Back to top