You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2021. It is now read-only.
"Thanks for signing up with Temporal, before you get started it's important we discuss our pinning system.\n",
334
334
"When uploading to Temporal you must specify a \"hold time\" which tells our system how long your data should be around for.\n",
335
-
"When you're using Temporal via the playground, or the API directly you can configure this for up to 24 months with paid accounts, and up to 1 month for free accounts.\n",
335
+
"When you're using Temporal via the playground, or the API directly you can configure this for up to 24 months with paid accounts, and up to 12 months for free accounts.\n",
336
336
"Temporal’s free tier offers 3GB of storage on the house, paid tier rates are just $0.07/GB and partner tier rates are $0.05/GB.\n",
337
337
"<br>",
338
338
"<br>",
339
-
"When using Temporal through third-party implementations like our IPFS HTTP API reverse proxy, or the ENS management app, we use a default hold time of 1 month.\n",
340
-
"For example if you used the ENS management app to upload your website, and want it to stick around for longer than 1 month you need to extend your pin.\n",
339
+
"When using Temporal through third-party implementations like our IPFS HTTP API reverse proxy, or the ENS management app, we use a default hold time of 12 months for free users and 1 month for paid users.\n",
340
+
"We use 1 month for paid users because being in the paid tier means you have to pay for the data consumption and we don't want to overcharge paid users.\n",
341
+
"For example if you used the ENS management app to upload your website, and want it to stick around for longer than the default duration you need to extend the pin.\n",
341
342
"Pin extension can be done via the <a href=\"https://play2.temporal.cloud\">Temporal Playground</a> or via the API.\n",
Copy file name to clipboardExpand all lines: eh/errors.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ const (
131
131
// PinExtendError is an error message used when someone attempts to extend the pin for content they haven't uploaded
132
132
PinExtendError="failed to extend pin duration, this likely means you haven't actually uploaded this content before"
133
133
// MaxHoldTimeError is an error message when the current hold time value would breach set pin time limits
134
-
MaxHoldTimeError="a hold time of this long would result in a longer maximum pin time of 2 years, please reduce your hold time and try again"
134
+
MaxHoldTimeError="a hold time of this long would result in a longer maximum pin time than what your account allow, please reduce your hold time and try again"
135
135
// HostNameNotFoundError is an error message when api server has not hostname
136
136
HostNameNotFoundError="an api host has not hostname, please set hostname"
0 commit comments