...
This commit is contained in:
		| @@ -19,8 +19,8 @@ func main() { | ||||
|  | ||||
| 	// Customize configuration if needed | ||||
| 	config.Redis.TCPPort = 6379 | ||||
| 	config.Redis.UnixSocketPath = "/tmp/redis.sock" | ||||
| 	config.Jobs.OurDBPath = "./data/jobsdb" | ||||
| 	config.Redis.UnixSocketPath = "" // Use TCP connection only | ||||
| 	config.Jobs.OurDBPath = "/tmp/jobsdb" | ||||
| 	config.Jobs.WorkerCount = 3 | ||||
| 	config.Jobs.QueuePollInterval = 200 * time.Millisecond | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user