jshint: fix Bad line breaking
This commit is contained in:
@@ -36,11 +36,11 @@ module.exports.query = function (username, api_key, sql, callback) {
|
||||
var reqSpec = {
|
||||
url:sqlapi,
|
||||
json:true,
|
||||
headers:{host: sqlapihostname}
|
||||
headers:{host: sqlapihostname},
|
||||
// http://nodejs.org/api/http.html#http_agent_maxsockets
|
||||
,pool:{maxSockets:maxSockets}
|
||||
pool:{maxSockets:maxSockets},
|
||||
// timeout in milliseconds
|
||||
,timeout:maxSQLTime
|
||||
timeout:maxSQLTime
|
||||
};
|
||||
if ( sql.length > maxGetLen ) {
|
||||
reqSpec.method = 'POST';
|
||||
|
||||
Reference in New Issue
Block a user