-- Revert the default upload rate to 10/hour for installs still on the raised -- default (preserves any explicit admin override at another value). UPDATE config SET value = '10' WHERE key = 'upload_rate_per_hour' AND value = '100';