Navigation Menu

Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 17, 2015
1 parent 165b469 commit 3567860
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/droonga/dispatcher.rb
Expand Up @@ -173,10 +173,10 @@ def process_internal_message(message)
collector_runner = @collector_runners[dataset]
session = session_planner.create_session(id, self, collector_runner)
if session.need_result?
timeout_seconds = message["timeout_seconds"] || nil
@engine_state.register_session(id, session,
:timeout_seconds => timeout_seconds)
session.start
timeout_seconds = message["timeout_seconds"] || nil
@engine_state.register_session(id, session,
:timeout_seconds => timeout_seconds)
session.start
logger.trace("process_internal_message: waiting for results")
else
session.start
Expand Down

0 comments on commit 3567860

Please sign in to comment.