We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1663031 commit 58ecb66Copy full SHA for 58ecb66
src/PricingDatabase.tsx
@@ -74,31 +74,7 @@ const Database = [
74
),
75
};
76
},
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
+ }
102
],
103
104
{
0 commit comments