[Groonga-commit] groonga/express-kotoumi [master] Align

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Jan 29 18:19:57 JST 2013


YUKI Hiroshi	2013-01-29 18:19:57 +0900 (Tue, 29 Jan 2013)

  New Revision: 6eeec8dec5c51a2782c4cbe1dfba1962dcc363be
  https://github.com/groonga/express-kotoumi/commit/6eeec8dec5c51a2782c4cbe1dfba1962dcc363be

  Log:
    Align

  Modified files:
    lib/backend/connection.js

  Modified: lib/backend/connection.js (+2 -2)
===================================================================
--- lib/backend/connection.js    2013-01-29 18:18:48 +0900 (9ed6083)
+++ lib/backend/connection.js    2013-01-29 18:19:57 +0900 (37c9b75)
@@ -50,8 +50,8 @@ Connection.prototype._init = function() {
 Connection.prototype._initSender = function(wait) {
   this._sender = this._params.sender;
   if (!this._params.sender) {
-    var options = { host: this._params.hostName || DEFAULT_FLUENT_HOST_NAME,
-                    port: this._params.port || DEFAULT_FLUENT_PORT,
+    var options = { host:          this._params.hostName || DEFAULT_FLUENT_HOST_NAME,
+                    port:          this._params.port || DEFAULT_FLUENT_PORT,
                     maxRetryCount: this._params.maxRetryCount || DEFAULT_FLUENT_MAX_RETRY_COUNT,
                     retryDelay:    this._params.retryDelay || DEFAULT_FLUENT_RETRY_DELAY };
     var sender = fluent.createFluentSender(this._params.tag || DEFAULT_FLUENT_TAG,
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index