Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 217 for serverIps (0.39 sec)

  1. cmd/speedtest.go

    					errStr = fmt.Sprintf("no results for uploads upon first attempt, concurrency %d and duration %s",
    						opts.concurrencyStart, opts.duration)
    				}
    
    				result.PUTStats.Servers = append(result.PUTStats.Servers, madmin.SpeedTestStatServer{
    					Endpoint:         throughputHighestResults[i].Endpoint,
    					ThroughputPerSec: throughputHighestResults[i].Uploads / uint64(durationSecs),
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue May 27 15:19:03 UTC 2025
    - 9.2K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/NetServerEnumIterator.java

    import jcifs.internal.smb1.net.NetServerEnum2;
    import jcifs.internal.smb1.net.NetServerEnum2Response;
    import jcifs.internal.smb1.trans.SmbComTransaction;
    
    /**
     * Iterator for enumerating network servers.
     *
     * This class provides iteration over network servers discovered
     * through NetBIOS server enumeration requests.
     */
    public class NetServerEnumIterator implements CloseableIterator<FileEntry> {
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 6.5K bytes
    - Viewed (0)
  3. docs/distributed/README.md

    For example, an 16-server distributed setup with 200 drives per node would continue serving files, up to 4 servers can be offline in default configuration i.e around 800 drives down MinIO would continue to read and write objects.
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  4. docs/minio-limits.md

    ## Erasure Code (Multiple Drives / Servers)
    
    | Item                                                            | Specification |
    |:----------------------------------------------------------------|:--------------|
    | Maximum number of servers per cluster                           | no-limit      |
    | Minimum number of servers                                       | 02            |
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 6K bytes
    - Viewed (0)
  5. docs/em/docs/advanced/behind-a-proxy.md

    ## ๐ŸŒ– ๐Ÿ’ฝ
    
    /// warning
    
    ๐Ÿ‘‰ ๐ŸŒ… ๐Ÿง โš™๏ธ ๐Ÿ’ผ. ๐Ÿ’ญ ๐Ÿ†“ ๐Ÿšถ โšซ๏ธ.
    
    ///
    
    ๐Ÿ”ข, **FastAPI** ๐Ÿ”œ โœ `server` ๐Ÿ—„ ๐Ÿ”— โฎ๏ธ ๐Ÿ“› `root_path`.
    
    โœ‹๏ธ ๐Ÿ‘† ๐Ÿ’ช ๐Ÿšš ๐ŸŽ ๐ŸŽ› `servers`, ๐Ÿ–ผ ๐Ÿšฅ ๐Ÿ‘† ๐Ÿ’š *๐ŸŽ* ๐Ÿฉบ ๐ŸŽš ๐Ÿ”— โฎ๏ธ ๐Ÿ— &amp; ๐Ÿญ ๐ŸŒ.
    
    ๐Ÿšฅ ๐Ÿ‘† ๐Ÿšถโ€โ™€๏ธ ๐Ÿ›ƒ ๐Ÿ“‡ `servers` &amp; ๐Ÿ“ค `root_path` (โ†ฉ๏ธ ๐Ÿ‘† ๐Ÿ› ๏ธ ๐Ÿ‘จโ€โคโ€๐Ÿ‘จ โ›… ๐Ÿ—ณ), **FastAPI** ๐Ÿ”œ ๐Ÿ“ฉ "๐Ÿ’ฝ" โฎ๏ธ ๐Ÿ‘‰ `root_path` โ–ถ๏ธ ๐Ÿ“‡.
    
    ๐Ÿ–ผ:
    
    {* ../../docs_src/behind_a_proxy/tutorial003.py hl[4:7] *}
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 10K bytes
    - Viewed (0)
  6. cmd/prepare-storage.go

    		case errors.Is(err, errFirstDiskWait):
    			// Fresh setup, wait for other servers to come up.
    			logger.Info("Waiting for all other servers to be online to format the drives (elapses %s)\n", getElapsedTime())
    		case errors.Is(err, errErasureReadQuorum):
    			// no quorum available continue to wait for minimum number of servers.
    			logger.Info("Waiting for a minimum of %d drives to come online (elapsed %s)\n",
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Jul 12 20:51:54 UTC 2024
    - 11.1K bytes
    - Viewed (1)
  7. src/main/java/jcifs/internal/smb2/ioctl/ValidateNegotiateInfoResponse.java

    import jcifs.Decodable;
    import jcifs.internal.SMBProtocolDecodingException;
    import jcifs.internal.util.SMBUtil;
    
    /**
     * SMB2 Validate Negotiate Info response data structure. This structure contains the server's
     * validation of the originally negotiated SMB2 dialect.
     *
     * @author mbechler
     *
     */
    public class ValidateNegotiateInfoResponse implements Decodable {
    
        /**
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  8. compat/maven-compat/src/main/java/org/apache/maven/artifact/manager/DefaultWagonManager.java

                MavenExecutionRequest request = session.getRequest();
    
                if (request != null) {
                    List<Server> servers = request.getServers();
    
                    if (servers != null) {
                        for (Server server : servers) {
                            if (id.equalsIgnoreCase(server.getId())) {
                                SettingsDecryptionResult result =
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Fri Jun 06 14:28:57 UTC 2025
    - 6.5K bytes
    - Viewed (0)
  9. docs/pt/docs/advanced/behind-a-proxy.md

    Por padrรฃo, o **FastAPI** criarรก um `server` no OpenAPI schema com o URL para o `root_path`.
    
    Mas vocรช tambรฉm pode fornecer outros `servers` alternativos, por exemplo, se quiser que a *mesma* interface de documentaรงรฃo interaja com ambientes de staging e produรงรฃo.
    
    Se vocรช passar uma lista personalizada de `servers` e houver um `root_path` (porque sua API estรก atrรกs de um proxy), o **FastAPI** inserirรก um "server" com esse `root_path` no inรญcio da lista.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 16:39:20 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  10. cmd/admin-handlers.go

    		if query.Get("minioinfo") == "true" {
    			infoMessage := getServerInfo(healthCtx, false, true, nil)
    			servers := make([]madmin.ServerInfo, 0, len(infoMessage.Servers))
    			for _, server := range infoMessage.Servers {
    				anonEndpoint := anonAddr(server.Endpoint)
    				servers = append(servers, madmin.ServerInfo{
    					State:    server.State,
    					Endpoint: anonEndpoint,
    					Uptime:   server.Uptime,
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 99.6K bytes
    - Viewed (0)
Back to top