mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 19:06:18 +01:00 
			
		
		
		
	Use 8 as default value for git lfs concurrency (#32421)
This commit is contained in:
		| @@ -114,7 +114,7 @@ BATCH_SIZE = 0 | ||||
| 	assert.NoError(t, loadLFSFrom(cfg)) | ||||
| 	assert.EqualValues(t, 100, LFS.MaxBatchSize) | ||||
| 	assert.EqualValues(t, 20, LFSClient.BatchSize) | ||||
| 	assert.EqualValues(t, 3, LFSClient.BatchOperationConcurrency) | ||||
| 	assert.EqualValues(t, 8, LFSClient.BatchOperationConcurrency) | ||||
|  | ||||
| 	iniStr = ` | ||||
| [lfs_client] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user