Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 43000 (0.12 sec)

  1. cmd/bucket-replication.go

    		replLogIf(ctx, err)
    		return nil, err
    	}
    	rcfg := replicationConfig{
    		Config:  cfg,
    		remotes: tgts,
    	}
    	diffCh := make(chan madmin.DiffInfo, 4000)
    	go func() {
    		defer xioutil.SafeClose(diffCh)
    		for obj := range objInfoCh {
    			if contextCanceled(ctx) {
    				// Just consume input...
    				continue
    			}
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 01:09:56 GMT 2024
    - 112.2K bytes
    - Viewed (1)
  2. istioctl/pkg/dashboard/dashboard.go

    	// open browser or not, default is true
    	browser = true
    
    	// label selector
    	labelSelector = ""
    
    	proxyAdminPort int
    )
    
    const (
    	defaultPrometheusPort = 9090
    	defaultGrafanaPort    = 3000
    	defaultKialiPort      = 20001
    	defaultJaegerPort     = 16686
    	defaultZipkinPort     = 9411
    	defaultSkywalkingPort = 8080
    )
    
    // port-forward to Istio System Prometheus; open browser
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Apr 15 01:29:35 GMT 2024
    - 20.5K bytes
    - Viewed (0)
  3. src/archive/tar/tar_test.go

    	}, {
    		in: []sparseEntry{{0, 2000}, {2000, 2000}, {4000, 0}, {4000, 3000}, {7000, 1000}, {8000, 0}, {8000, 2000}}, size: 10000,
    		wantValid:    true,
    		wantAligned:  []sparseEntry{{0, 1536}, {2048, 1536}, {4096, 2560}, {7168, 512}, {8192, 1808}},
    		wantInverted: []sparseEntry{{10000, 0}},
    	}, {
    		in: []sparseEntry{{0, 0}, {1000, 0}, {2000, 0}, {3000, 0}, {4000, 0}, {5000, 0}}, size: 5000,
    		wantValid:    true,
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Mar 15 16:01:50 GMT 2024
    - 24K bytes
    - Viewed (0)
  4. cmd/server-main.go

         {{.Prompt}} {{.HelpName}} http://node{1...4}.example.com/mnt/export{1...4} \
               --ftp="address=:8021" --ftp="passive-port-range=30000-40000" \
               --sftp="address=:8022" --sftp="ssh-private-key=${HOME}/.ssh/id_rsa"
    `,
    }
    
    func serverCmdArgs(ctx *cli.Context) []string {
    	v, _, _, err := env.LookupEnv(config.EnvArgs)
    	if err != nil {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri May 03 15:54:03 GMT 2024
    - 34.9K bytes
    - Viewed (1)
  5. cmd/notification.go

    		g.Go(func() error {
    			var err error
    			peerChannels[index], err = sys.peerClients[index].GetReplicationMRF(ctx, bucket)
    			return err
    		}, index)
    	}
    	mrfCh = make(chan madmin.ReplicationMRF, 4000)
    	var wg sync.WaitGroup
    
    	for index, err := range g.Wait() {
    		if err != nil {
    			if sys.peerClients[index] != nil {
    				reqInfo := (&logger.ReqInfo{}).AppendTags("peerAddress",
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Apr 12 18:13:36 GMT 2024
    - 44.5K bytes
    - Viewed (0)
Back to top