mirror of
				https://github.com/TeaOSLab/EdgeNode.git
				synced 2025-11-04 07:40:56 +08:00 
			
		
		
		
	执行一般命令时不运行init()中内容
This commit is contained in:
		@@ -11,7 +11,7 @@ import (
 | 
			
		||||
var sharedBrotliReaderPool *ReaderPool
 | 
			
		||||
 | 
			
		||||
func init() {
 | 
			
		||||
	if teaconst.IsDaemon {
 | 
			
		||||
	if !teaconst.IsMain {
 | 
			
		||||
		return
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user