From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 10738 invoked from network); 13 Feb 2021 02:56:59 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 13 Feb 2021 02:56:59 -0000 Received: from mail-ed1-f51.google.com ([209.85.208.51]) by 1ess; Fri Feb 12 21:52:43 -0500 2021 Received: by mail-ed1-f51.google.com with SMTP id z22so2030437edb.9 for <9front@9front.org>; Fri, 12 Feb 2021 18:52:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=offblast-org.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=zZRs0ZSBKiTN/hONAOw6nLgoYHO6ghdewRnb/6oY1V8=; b=NX80dtnOm+/T5/3bzYyojRtiAAylvk47Tbq0nUMcfqkZFECtX4yVWAhDnzbt8V4rMi 3lJ6rhtSkWEdKKfRiPuhEEj7asLjF1xbyqkMQvZPAeLfrH8W9gWIMWsl60X24YRGhmDf M+IS8gLo6My1gI8aoVNYMO8tLFJrO+E+Ubr/iAgxaQcc0xnqr3eOTSmzfxG0Ow+krX0g sXsQJRSCHzD7AWrwd6GH8ZemP9pU3iFxVYkFJe9v0Jd9xGv2HBXpVVBrOIa+HKlPMOUa MafeR4KVzU79KLwQi8gHvibNeQzQNlHCB7zJy0FwUqg7+CucMIn29kV6k9jf6O38vq95 iqUQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=zZRs0ZSBKiTN/hONAOw6nLgoYHO6ghdewRnb/6oY1V8=; b=pIJeEH7tWByQGuIgPX+MJFjYIqrJX+Q3RFLGDTWwQigLWJoMNfJoz7LcC3UCtkujYM Qkr9ny4MSk18fCkMsncogjaKKmy/sA9rfpCat3gayId8+eOqubeUtK1oSEhBuesU4HKV ETXG6FkmMvEwMEQi8d2xmbmkWVYmnUq5vodznFuuLk/0aWZ+VEolIuvGMoDJtx+XUVoE hWtDJUaLKdgRbaVO3CZDSdoYDyh6aAyXrafFGPnlmENsnbDmE66+W2rWDIpbAkMotvfb u/rdxEzVrIsEnGFd0x6ane2P3lJ3Xop1xRsUarmXExC1aKjaQsUs3SGptgwy7/NWMaU+ drqg== X-Gm-Message-State: AOAM533cbSmQZp5mVnB+hdDfF3ngh+MuULXNJMVMqimrxM17PAbrnulb zpAe0Y+p42TXVrE8iq4OamZAqXxaF8naIiTP744OKXp6EsY= X-Google-Smtp-Source: ABdhPJz4ERbA9UXCHjaAT4T9pRq3TU4OzHIWaOB/KyL2pkFJRa9oHezZnFGumXc/fDIEXkp6+8ikNiS3Qmgh+GukEVA= X-Received: by 2002:adf:ee09:: with SMTP id y9mr6601700wrn.74.1613184433890; Fri, 12 Feb 2021 18:47:13 -0800 (PST) MIME-Version: 1.0 References: <32B4F44886A8F86854EDDC8FF1699640@5ess.inri.net> In-Reply-To: <32B4F44886A8F86854EDDC8FF1699640@5ess.inri.net> From: Nick Owens Date: Fri, 12 Feb 2021 18:47:02 -0800 Message-ID: To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: SSL method module controller Subject: Re: [9front] sam input line length limits Reply-To: 9front@9front.org Precedence: bulk i would be fine bumping the snarf size and making this match. 640k ought to be enough for anybody. On Fri, Feb 12, 2021 at 4:48 PM wrote: > > sam.h says: > > /* > * BLOCKSIZE is relatively small to keep memory consumption down. > */ > > and: > > #define BLOCKSIZE 2048 > > and: > > #define STRSIZE (2*BLOCKSIZE) > > is there a compelling reason to keep STRSIZE so small, in this day and > age? > > problem case: > > users trying to paste in long articles from websites. > > sl