Skip to content

Commit

Permalink
41 server and free space (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanhesl authored Oct 28, 2023
1 parent fc1fe77 commit 37ce8fe
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proxy16/peertube/instance.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var instance = function (host, ip, Roy) {
var inited = false;
var statistic = new Statistic()

const FREE_SPACE_PERC = 0.95;
const FREE_SPACE_PERC = 0.97;

var lastStat = null;

Expand Down
17 changes: 16 additions & 1 deletion proxy16/proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -1089,13 +1089,21 @@ var Proxy = function (settings, manage, test, logger, reverseproxy) {
{
host: 'peertube4new.pocketnet.app',
ip: '135.181.108.193',
}
},
{
host: 'peertube41.pocketnet.app',
ip: '135.181.108.193',
cantuploading: true,
archiveDouble: true,
},
{ host: 'peertube.archive.pocketnet.app', cantuploading: true, ip: '178.217.159.221'},
],

39: [
{
host: 'peertube6new.pocketnet.app',
ip: '159.69.127.9',
cantuploading: true,
}
],

Expand Down Expand Up @@ -1144,6 +1152,13 @@ var Proxy = function (settings, manage, test, logger, reverseproxy) {
ip: '95.217.209.217',
},
],

45: [
{
host: 'peertube41.pocketnet.app',
ip: '135.181.108.193',
},
],
};

if (test){
Expand Down

0 comments on commit 37ce8fe

Please sign in to comment.