Add some stress-test data

This commit is contained in:
2023-03-13 10:25:59 +10:30
parent 3e7a3a2f3b
commit ba87b943ea
3 changed files with 37 additions and 19 deletions

View File

@@ -0,0 +1,8 @@
//go:build !testdata
package download
import "github.com/tardisx/gropple/config"
func (m *Manager) AddStressTestData(c *config.ConfigService) {
}