Commit f8ac698e954c9276afefed97bff11d5f442a1723

Authored by Adhidarma Hadiwinoto
1 parent e80f78af8f
Exists in master

config.request_timeout

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -114,7 +114,7 @@ function pullTask() {
114 114  
115 115 let options = {
116 116 url: core_pull_task_url,
117   - timeout: 5000
  117 + timeout: config.request_timeout || 5000
118 118 }
119 119  
120 120 if (config.pull_task_use_post) {