##// END OF EJS Templates
git: use force fetch and update for target ref. This solves a case...
git: use force fetch and update for target ref. This solves a case when in PRs a target is force updated and is out of sync. Before we used a pull which --ff-only fails obviosly because two are out of sync. This change uses new logic that resets the target branch according to the source target branch allowing smooth merge simulation.

File last commit:

r1292:771d79b4 default
r2784:e8c62649 default
Show More
tuning-increase-db-performance.rst
7 lines | 298 B | text/x-rst | RstLexer
/ docs / admin / tuning-increase-db-performance.rst
project: added all source files and assets
r1 .. _db-session-ref:
Increase Database Performance
-----------------------------
docs: updated docs about session tunning, and fixed DB tunning guide.
r1292 For tuning PostgreSQL we recommend reading: http://www.revsys.com/writings/postgresql-performance.html
project: added all source files and assets
r1
docs: updated docs about session tunning, and fixed DB tunning guide.
r1292 For tuning MySQL we recommend reading: http://www.tecmint.com/mysql-mariadb-performance-tuning-and-optimization/