Post
Topic
Board Development & Technical Discussion
Merits 53 from 4 users
Re: [PATCH] increase block size limit
by
satoshi
on 04/10/2010, 19:48:40 UTC
⭐ Merited by OgNasty (50) ,collapse (1) ,savetherainforest (1) ,vjudeu (1)
It can be phased in, like:

if (blocknumber > 115000)
    maxblocksize = largerlimit

It can start being in versions way ahead, so by the time it reaches that block number and goes into effect, the older versions that don't have it are already obsolete.

When we're near the cutoff block number, I can put an alert to old versions to make sure they know they have to upgrade.