Add worker server / move timeout to 100 seconds
This commit is contained in:
@@ -10,3 +10,8 @@ type Request struct {
|
||||
Url string
|
||||
Response chan Response
|
||||
}
|
||||
|
||||
type WorkerDescription struct {
|
||||
Ip string
|
||||
Req chan Request
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user