mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Missed setting ConnectionString on queuesettings Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
		@@ -43,6 +43,7 @@ func getQueueSettings(name string) (setting.QueueSettings, []byte) {
 | 
			
		||||
	opts["BlockTimeout"] = q.BlockTimeout
 | 
			
		||||
	opts["BoostTimeout"] = q.BoostTimeout
 | 
			
		||||
	opts["BoostWorkers"] = q.BoostWorkers
 | 
			
		||||
	opts["ConnectionString"] = q.ConnectionString
 | 
			
		||||
 | 
			
		||||
	cfg, err := json.Marshal(opts)
 | 
			
		||||
	if err != nil {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user