From 6b81bd069e523d1fce27021b01613be19f50b0df Mon Sep 17 00:00:00 2001 From: Brandon Nozaki Miller Date: Sun, 31 Aug 2014 10:56:53 -0700 Subject: [PATCH] published version 1.1.4 --- example/unixSocket/basic/hello-client.js | 3 +-- package.json | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/example/unixSocket/basic/hello-client.js b/example/unixSocket/basic/hello-client.js index 57306c4..cfdb4ef 100644 --- a/example/unixSocket/basic/hello-client.js +++ b/example/unixSocket/basic/hello-client.js @@ -8,8 +8,7 @@ var ipc=require('../../../node-ipc'); * *************************************/ ipc.config.id = 'hello'; -ipc.config.maxRetries = 10; -ipc.config.retry = 100; +ipc.config.retry = 1000; ipc.connectTo( 'world', diff --git a/package.json b/package.json index 5b8e1f8..02f06da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-ipc", - "version": "1.1.0", + "version": "1.1.4", "description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.", "main": "node-ipc.js", "directories": { @@ -34,7 +34,7 @@ "memory" ], "author": "Brandon Nozaki Miller", - "license": "Unlicenced", + "license": "DBAD", "repository": { "type": "git", "url": "https://github.com/RIAEvangelist/node-ipc.git"