Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
8a951540
Commit
8a951540
authored
9 years ago
by
Mark Haines
Browse files
Options
Downloads
Patches
Plain Diff
Further formatting clean ups
parent
48264812
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+7
-7
7 additions, 7 deletions
README.rst
with
7 additions
and
7 deletions
README.rst
+
7
−
7
View file @
8a951540
...
@@ -174,12 +174,12 @@ traditionally used for convenience and simplicity.
...
@@ -174,12 +174,12 @@ traditionally used for convenience and simplicity.
The advantages of Postgres include:
The advantages of Postgres include:
* significant performance improvements due to the superior threading and
* significant performance improvements due to the superior threading and
caching model, smarter query optimiser
caching model, smarter query optimiser
* allowing the DB to be run on separate hardware
* allowing the DB to be run on separate hardware
* allowing basic active/backup high-availability with a "hot spare" synapse
* allowing basic active/backup high-availability with a "hot spare" synapse
pointing at the same DB master, as well as enabling DB replication in
pointing at the same DB master, as well as enabling DB replication in
synapse itself.
synapse itself.
The only disadvantage is that the code is relatively new as of April 2015 and
The only disadvantage is that the code is relatively new as of April 2015 and
may have a few regressions relative to SQLite.
may have a few regressions relative to SQLite.
...
@@ -326,7 +326,7 @@ If running `$ synctl start` fails with 'returned non-zero exit status 1',
...
@@ -326,7 +326,7 @@ If running `$ synctl start` fails with 'returned non-zero exit status 1',
you will need to explicitly call Python2.7 - either running as::
you will need to explicitly call Python2.7 - either running as::
python2.7 -m synapse.app.homeserver --daemonize -c homeserver.yaml
python2.7 -m synapse.app.homeserver --daemonize -c homeserver.yaml
...or by editing synctl with the correct python executable.
...or by editing synctl with the correct python executable.
Synapse Development
Synapse Development
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment