Skip to content

Commit

Permalink
remove define that is not of global significance
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardt committed Feb 3, 2011
1 parent b5627c2 commit 3851f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/beehive_router/include/router.hrl
@@ -1,4 +1,4 @@
-define (IDLE_TIMEOUT, 40000).
-define (MAX_HEADERS, 100).

-define (CONNECTION_TIMEOUT, timer:seconds(30)).
-define (NODE_CONNECT_TIMEOUT, timer:seconds(3)).
-define (NODE_CONNECT_TIMEOUT, timer:seconds(3)).

0 comments on commit 3851f8f

Please sign in to comment.