diff options
author | Nicholas Vinson <nvinson234@gmail.com> | 2020-10-24 08:23:45 -0400 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2021-02-19 09:31:23 +0100 |
commit | b4dbc737c83541ef8a0e2f2b20b12da15e0f1394 (patch) | |
tree | e6a875109957ce83469221af719e65a1532ff3f8 | |
parent | 45498135fe44665658cc10f296bbb34e40232036 (diff) | |
download | wgetpaste-b4dbc737c83541ef8a0e2f2b20b12da15e0f1394.tar.gz |
Add size limit for ix_io.
Service owner states in https://github.com/rupa/sprunge/issues/46 that
the size limit for both ix.io and sprunge.us is "roughly a meg". As
"meg" appears to mean 1 MiB, the size is set at 1 million bytes (1 MB).
-rwxr-xr-x | wgetpaste | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ URL_gists="https://api.github.com/gists" # ix_io ENGINE_ix_io=ix_io URL_ix_io="http://ix.io" +SIZE_ix_io="1000000 1%MB" # tinyurl ENGINE_tinyurl=tinyurl URL_tinyurl="http://tinyurl.com/ api-create.php" |