Skip to content

Commit

Permalink
Able to set timeout with object-length with parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukehara committed Dec 10, 2012
1 parent c67bfd2 commit 28ce5f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rel/leo_gateway/files/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@
{cachable_path_pattern, {{cachable_path_pattern}} }
]},

%% == Timeout when request from gateway to storage ==
{timeout_level_1, 5000},
{timeout_level_2, 7000},
{timeout_level_3, 10000},
{timeout_level_4, 20000},
{timeout_level_5, 30000},

%% == Manager ==
%% leo-manager's nodes
{managers, {{managers}} },
Expand Down

0 comments on commit 28ce5f7

Please sign in to comment.