1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 09:22:40 +01:00
phorge-phorge/src/applications
vrana 8b715a64b5 Don't waste too much cache by a single changeset
Summary:
We have `max_allowed_packet` 1 GiB but our replication dies if the query is longer than unknown value (it dies with 293 MB long query).

Anyway, there's no reason why we should not save the cache if you have small `max_allowed_packet`.

Test Plan: Lowered `$size` to 100, deleted cache from DB, displayed changeset, verified issued queries in DarkConsole, verified DB.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D3390
2012-08-27 16:51:05 -07:00
..
audit Fix various app nav issues 2012-08-20 14:13:15 -07:00
auth Resolve LDAP registration DAO exception due to empty username 2012-08-24 08:43:02 -07:00
base Allow pastes to be flagged 2012-08-24 13:19:47 -07:00
cache/storage Add a generic multistep Markup cache 2012-07-09 15:20:56 -07:00
calendar Display calendar 2012-08-24 22:16:08 -07:00
chatlog Rename "IDPaged" to "CursorPaged", "executeWithPager" to "executeWith[Cursor|Offset]Pager" 2012-08-07 11:54:06 -07:00
conduit Add 'paste.query' conduit method and deprecate 'paste.info' 2012-08-24 13:20:20 -07:00
countdown Make countdowns (internally) embeddable 2012-08-14 19:19:23 -07:00
daemon Fix a tab in the daemon console 2012-08-15 15:55:26 -07:00
differential Don't waste too much cache by a single changeset 2012-08-27 16:51:05 -07:00
diffusion Add local navigation to Differential 2012-08-21 15:01:20 -07:00
directory/controller Allow pastes to be flagged 2012-08-24 13:19:47 -07:00
diviner/application Use sprites for all the menu icons 2012-08-14 14:20:01 -07:00
draft/storage Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
drydock Remove all code referencing old tab navigation 2012-08-13 15:28:41 -07:00
fact Use sprites for (nearly) all application icons 2012-08-14 14:23:55 -07:00
feed Minor, set default value for subscribedPHIDs to avoid: 2012-08-23 06:41:58 -07:00
files Make storage.mysql-engine.max-size independent on max_allowed_packet 2012-08-27 15:56:45 -07:00
flag Allow pastes to be flagged 2012-08-24 13:19:47 -07:00
harbormaster/storage Add a generic object for unit tests 2012-07-09 10:39:14 -07:00
help/controller Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
herald Minor, fix a name collision between HeraldRuleController and PhabricatorController. 2012-08-15 14:11:40 -07:00
mailinglists Use sprites for (nearly) all application icons 2012-08-14 14:23:55 -07:00
maniphest Use sprites for (nearly) all application icons 2012-08-14 14:23:55 -07:00
meta Fix various app nav issues 2012-08-20 14:13:15 -07:00
metamta Disable implicit mulitplexing in PHPMailerLite 2012-08-22 14:02:53 -07:00
notification Rename "IDPaged" to "CursorPaged", "executeWithPager" to "executeWith[Cursor|Offset]Pager" 2012-08-07 11:54:06 -07:00
oauthserver Remove all code referencing old tab navigation 2012-08-13 15:28:41 -07:00
owners Remove all code referencing old tab navigation 2012-08-13 15:28:41 -07:00
paste Minor, fix a method call in deprecated paste.info. 2012-08-27 11:25:23 -07:00
people Use sprites for (nearly) all application icons 2012-08-14 14:23:55 -07:00
phame Remove all code referencing old tab navigation 2012-08-13 15:28:41 -07:00
phid Allow pastes to be flagged 2012-08-24 13:19:47 -07:00
phortune Use pht() 2012-06-14 16:25:20 -07:00
phriction Use sprites for (nearly) all application icons 2012-08-14 14:23:55 -07:00
policy Improve PolicyFilter and PolicyQuery 2012-08-11 07:02:31 -07:00
ponder Use sprites for (nearly) all application icons 2012-08-14 14:23:55 -07:00
project Add a bunch of policy tests for projects 2012-08-16 12:45:55 -07:00
repository Fix a bug with owners analysis of commits 2012-08-23 10:12:41 -07:00
search Log instead of fatal for reindexing documents 2012-08-21 12:28:56 -07:00
settings Use sprites for (nearly) all application icons 2012-08-14 14:23:55 -07:00
slowvote Remove all code referencing old tab navigation 2012-08-13 15:28:41 -07:00
status Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
typeahead Limit results returned by typeahead query in response to user searches 2012-08-01 14:57:07 -07:00
uiexample Remove placeholder 2012-07-31 18:28:08 -07:00
xhpastview Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
xhprof Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00