mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-30 21:12:24 -05:00 
			
		
		
		
	[chore]: Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.17.0 to 1.18.0 (#2207)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
					parent
					
						
							
								f302ebb8e5
							
						
					
				
			
			
				commit
				
					
						c6fdcd52fa
					
				
			
		
					 72 changed files with 1040 additions and 864 deletions
				
			
		
							
								
								
									
										14
									
								
								vendor/google.golang.org/grpc/dialoptions.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								vendor/google.golang.org/grpc/dialoptions.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -139,6 +139,20 @@ func newJoinDialOption(opts ...DialOption) DialOption { | |||
| 	return &joinDialOption{opts: opts} | ||||
| } | ||||
| 
 | ||||
| // WithSharedWriteBuffer allows reusing per-connection transport write buffer. | ||||
| // If this option is set to true every connection will release the buffer after | ||||
| // flushing the data on the wire. | ||||
| // | ||||
| // # Experimental | ||||
| // | ||||
| // Notice: This API is EXPERIMENTAL and may be changed or removed in a | ||||
| // later release. | ||||
| func WithSharedWriteBuffer(val bool) DialOption { | ||||
| 	return newFuncDialOption(func(o *dialOptions) { | ||||
| 		o.copts.SharedWriteBuffer = val | ||||
| 	}) | ||||
| } | ||||
| 
 | ||||
| // WithWriteBufferSize determines how much data can be batched before doing a | ||||
| // write on the wire. The corresponding memory allocation for this buffer will | ||||
| // be twice the size to keep syscalls low. The default value for this buffer is | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue