1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00
phorge-phorge/src
epriestley a9c16fbe4e Reduce parse latency for changes pushed to hosted repositories
Summary:
Currently, we can sit in a sleep() for up to 15 seconds (or longer, in some cases), even if there's a parse request.

Try polling the DB every second to see if we should wake up instead. This might or might not produce significant improvements, but seems OK to try and see.

Also a small fix for logging branch names with `%` in them, etc.

Test Plan: Ran `phd debug pulllocal` and pushed commits, saw them parse within a second.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran, dctrwatson

Differential Revision: https://secure.phabricator.com/D7998
2014-01-17 16:09:51 -08:00
..
aphront Aprhont - Adding cookie-prefix, as config option, and into cookie methods 2014-01-17 08:08:40 -08:00
applications Reduce parse latency for changes pushed to hosted repositories 2014-01-17 16:09:51 -08:00
docs Remarkup - add underline rule 2014-01-17 13:11:26 -08:00
extensions Add src/extensions/ to Phabricator 2013-08-14 15:38:06 -07:00
infrastructure Remarkup - add underline rule 2014-01-17 13:11:26 -08:00
view Remove setBarColor from PHUITagView 2014-01-14 14:18:52 -08:00
__phutil_library_init__.php
__phutil_library_map__.php Move Git discovery into DiscoveryEngine 2014-01-17 11:48:53 -08:00