diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-09-15 21:31:16 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-09-15 21:31:56 -0400 |
commit | 474cf757eaa57cc2f98153e0bb09262738fac1d1 (patch) | |
tree | 466c9630e090b273b4c576ff35e38fac5b85c4fc /hg.sr.ht | |
parent | bfae5c0583d8f00f1714bdb2ba41f56db483c2f9 (diff) | |
download | sr.ht-docs-474cf757eaa57cc2f98153e0bb09262738fac1d1.tar.gz |
Add acceptable usage limits for git.sr.ht
Diffstat (limited to 'hg.sr.ht')
-rw-r--r-- | hg.sr.ht/index.md | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/hg.sr.ht/index.md b/hg.sr.ht/index.md index f9343c1..c948573 100644 --- a/hg.sr.ht/index.md +++ b/hg.sr.ht/index.md @@ -27,7 +27,7 @@ We do have some general resources for helping you use mercurial with sr.ht: - [Using hg-email for sending and retrieving patches on sr.ht](email.md) -## SSH host keys +# SSH host keys ``` hg.sr.ht ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3JDm3Ld1HNWuc+Z7KOgqboF5PVWqxRpTYHf0Lu3s4EVnCI8VlemCE7dcrfr5wffND/izSkxCf+RSWseT7oRY3Nz5VKVoAXE50Z5z+ASEeKQ5sevXCo5Rn7827Co4//J/iIWbRSbKpFR1GnhBzbNvbA5jBWP3oK6+1oqXIrgKS0i5tFk5pMBBGkOi1l6L9FxdMRe1pvx7ZkXXrSsb8uVdBD4bz9WiNKbL4qdDchL3vjMNOhdgBwBIQIg/hk4gyJfbIW/qNhZfSiwrFBekLI88tao72PycZebCSMR/YRX4OZr//5L4KNwLV81AhLQuiWRyEucw9uS/lv3gKBCaVOSoH @@ -35,6 +35,19 @@ hg.sr.ht ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAAB hg.sr.ht ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAIcGGJcZHhcKBbsdaG+MwqZAarpJI+6nahwPaA1GK34 ``` +# Acceptable resource usage + +The guidelines on resource usage are somewhat flexible. Here are some tips: + +- As an approximation, aim to have repos no larger than the Linux kernel + git repo, which is 3.5 GiB. +- Don't store lots of large binary objects in your repository, such as images, + audio, or video. A couple of small binary files (such as your logo or a + screenshot) is fine. + +If in doubt, you're probably fine. We monitor resource usage and we'll send you +a friendly email if we notice that you're using too much. + # hg.sr.ht manual The following sections document various features of hg.sr.ht. |