2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-09-20 11:05:58 +08:00

Fix typo in Server doc

This commit is contained in:
Francisco Miamoto 2021-12-13 15:39:42 -03:00 committed by Ken Hibino
parent 970cb7a606
commit ddfc6747a1

View File

@ -57,7 +57,7 @@ type Config struct {
// Maximum number of concurrent processing of tasks.
//
// If set to a zero or negative value, NewServer will overwrite the value
// to the number of CPUs usable by the currennt process.
// to the number of CPUs usable by the current process.
Concurrency int
// Function to calculate retry delay for a failed task.