Skip to content

Commit

Permalink
change sandcastle branch: fixes memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnycrab committed Sep 12, 2014
1 parent d13f66a commit ed39c54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peeriod-core",
"version": "0.1.0",
"version": "0.1.1",
"author": [
{
"name": "Jonathan Pirnay",
Expand Down
2 changes: 1 addition & 1 deletion src/config/mainConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"pluginConfigName" : "plugin.json",
"pluginManagerStateConfig": "pluginManager.json",
"pluginManagerMaxFileBufferInMegaBytes": 50,
"binaryPath" : "core/plugin/pluginRunner/node_v0_10_30",
"binaryPath" : "core/plugin/pluginRunner/node_v0_10_31",
"timeoutInSeconds": 30,
"pluginRunnerChunkSize": 512,
"api" : {
Expand Down
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Peeriod",
"description": "Bleeding Edge Anonymous File Sharing",
"version": "0.1.0",
"version": "0.1.1",
"versionCheckUrl": "https://peeriodproject.github.io/peeriodVersionCheck.json",
"main": "index.html",
"no-edit-menu": true,
Expand All @@ -23,7 +23,7 @@
"node-lmdb": "^0.2.2",
"node-static": "^0.7.3",
"primus.io": "^3.1.1",
"sandcastle": "https://github.com/joernroeder/sandcastle/tarball/master",
"sandcastle": "https://github.com/joernroeder/sandcastle/tarball/memoryLeakFixing",
"stack-trace": "0.0.9",
"usage": "^0.4.12",
"usb-detection": "^1.0.3",
Expand Down

0 comments on commit ed39c54

Please sign in to comment.