]> git.openstreetmap.org Git - rails.git/commit
Reduce maximum changeset size to 10k changes
authorFrederik Ramm <frederik@remote.org>
Sun, 31 Jul 2016 21:32:27 +0000 (23:32 +0200)
committerTom Hughes <tom@compton.nu>
Tue, 31 Jan 2017 18:15:42 +0000 (18:15 +0000)
commitad2b4fe12a291731f01881864b4800c1f9fbd27d
treea764725be77b818e5ca599bd8a00a717c68f841e
parent34d663f01af07033dfca697ad607cb473aa70e40
Reduce maximum changeset size to 10k changes

Ten thousand changes ought to be enough for any normal mapping activity.

Automatic edits and imports are controlled by scripts anyway so it doesn't
make a difference to them as they just have to adapt the limit.

The reason for my suggestion is that large changesets are becoming
increasingly difficult to handle due to frequent timeouts when trying
to load and process them.

The changeset size limit is returned by the API in the "capabilities" request
so client software that honours that information will automatically pick up
the new limit.

Closes #1259
app/models/changeset.rb