Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for domingo (0.14 sec)

  1. internal/logger/target/http/http.go

    		}
    
    		if len(entries) != h.batchSize {
    			if len(h.logCh) > 0 || len(globalBuffer) > 0 || len(entries) == 0 {
    				continue
    			}
    
    			if h.batchSize > 1 {
    				// If we are doing batching, we should wait
    				// at least one second before sending.
    				// Even if there is nothing in the queue.
    				if time.Since(lastBatchProcess).Seconds() < 1 {
    					continue
    				}
    			}
    		}
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Mar 25 16:44:20 GMT 2024
    - 14.9K bytes
    - Viewed (0)
Back to top