Skip to content

Commit 58ecb66

Browse files
author
Luis Van Slageren
committed
Removed a hosting provider from pricing database
1 parent 1663031 commit 58ecb66

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

src/PricingDatabase.tsx

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -74,31 +74,7 @@ const Database = [
7474
),
7575
};
7676
},
77-
},
78-
{
79-
id: "cloudfitters",
80-
name: "Cloudfitters",
81-
url: "https://cloudfitters.com/go-live-now/ashburn-dedicated-servers/",
82-
regionDetail: "Ashburn",
83-
calculate: function (threads, egressGb) {
84-
const server = {
85-
hyperthreads: 40, // two socket, 10C/20T
86-
ram: 64,
87-
pricePerMonth: 249,
88-
};
89-
const instances = Math.ceil(threads / server.hyperthreads);
90-
return {
91-
price: server.pricePerMonth * instances,
92-
detail: (
93-
<>
94-
{instances} "Dual E5-2690V2" servers
95-
<br />
96-
Unmetered 10Gbps bandwidth
97-
</>
98-
),
99-
};
100-
},
101-
},
77+
}
10278
],
10379
},
10480
{

0 commit comments

Comments
 (0)