Skip to content

Commit

Permalink
#93 increase pipeline timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
jnehring committed Aug 29, 2016
1 parent ae6252d commit 2486efc
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ public class PipelineService {

@Autowired
SerializationFormatMapper serializationFormatMapper;

public PipelineService(){
// set timeouts
Unirest.setTimeouts(60*1000, 600*1000);
}

/**
* Performs a chain of requests to other e-services (pipeline).
Expand Down

0 comments on commit 2486efc

Please sign in to comment.