From b4dbc737c83541ef8a0e2f2b20b12da15e0f1394 Mon Sep 17 00:00:00 2001 From: Nicholas Vinson Date: Sat, 24 Oct 2020 08:23:45 -0400 Subject: 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). --- wgetpaste | 1 + 1 file changed, 1 insertion(+) diff --git a/wgetpaste b/wgetpaste index a6f2264..bb7bd68 100755 --- a/wgetpaste +++ b/wgetpaste @@ -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" -- cgit v1.2.3