-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exp/comp speedups #75
base: unraid_develop
Are you sure you want to change the base?
Commits on Dec 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c777dd6 - Browse repository at this point
Copy the full SHA c777dd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43164d6 - Browse repository at this point
Copy the full SHA 43164d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ec40f7 - Browse repository at this point
Copy the full SHA 2ec40f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a44614b - Browse repository at this point
Copy the full SHA a44614bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5172bfd - Browse repository at this point
Copy the full SHA 5172bfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6e913e - Browse repository at this point
Copy the full SHA d6e913eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75493bd - Browse repository at this point
Copy the full SHA 75493bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4740bcd - Browse repository at this point
Copy the full SHA 4740bcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0758a7 - Browse repository at this point
Copy the full SHA b0758a7View commit details -
Remove direct tmpfs hack that didn't work. Github doesn't expose bein…
…g able to do this(maybe fstab related?).
Configuration menu - View commit details
-
Copy full SHA for d53ba23 - Browse repository at this point
Copy the full SHA d53ba23View commit details -
Configuration menu - View commit details
-
Copy full SHA for c72e0da - Browse repository at this point
Copy the full SHA c72e0daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ccdb47 - Browse repository at this point
Copy the full SHA 4ccdb47View commit details -
Configuration menu - View commit details
-
Copy full SHA for d59d04e - Browse repository at this point
Copy the full SHA d59d04eView commit details -
Revert "Deal with go's get deprecation"
This reverts commit d586999.
Configuration menu - View commit details
-
Copy full SHA for 65d4f3d - Browse repository at this point
Copy the full SHA 65d4f3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fda1b88 - Browse repository at this point
Copy the full SHA fda1b88View commit details -
Handle 'go get' deprecation (#14611)
* Switch out 'go get' for 'go install'. * Changelog
Configuration menu - View commit details
-
Copy full SHA for 867c961 - Browse repository at this point
Copy the full SHA 867c961View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cca028 - Browse repository at this point
Copy the full SHA 1cca028View commit details -
add tmpfs to complement tests, and switch postgres host to internal d…
…ocker host address
Configuration menu - View commit details
-
Copy full SHA for 63f3462 - Browse repository at this point
Copy the full SHA 63f3462View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43a48fe - Browse repository at this point
Copy the full SHA 43a48feView commit details -
Configuration menu - View commit details
-
Copy full SHA for a572575 - Browse repository at this point
Copy the full SHA a572575View commit details -
Configuration menu - View commit details
-
Copy full SHA for 273a4cd - Browse repository at this point
Copy the full SHA 273a4cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for be85ddc - Browse repository at this point
Copy the full SHA be85ddcView commit details -
Increase number of 'max_connections' to 500 for Complement and bump P…
…ostgres to 15. Also remove the tmpfs mounting on /install, it seemed kinda flakey
Configuration menu - View commit details
-
Copy full SHA for 6d13fcc - Browse repository at this point
Copy the full SHA 6d13fccView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3a710a - Browse repository at this point
Copy the full SHA c3a710aView commit details
Commits on Dec 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for acb180d - Browse repository at this point
Copy the full SHA acb180dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8b94ad - Browse repository at this point
Copy the full SHA d8b94adView commit details -
Configuration menu - View commit details
-
Copy full SHA for d21d9dd - Browse repository at this point
Copy the full SHA d21d9ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33d8630 - Browse repository at this point
Copy the full SHA 33d8630View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea9d738 - Browse repository at this point
Copy the full SHA ea9d738View commit details -
Configuration menu - View commit details
-
Copy full SHA for cda556f - Browse repository at this point
Copy the full SHA cda556fView commit details
Commits on Dec 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7229cdb - Browse repository at this point
Copy the full SHA 7229cdbView commit details -
Shoehorn postgresql-15 into complement docker image. And a few optimi…
…zation attempts.
Configuration menu - View commit details
-
Copy full SHA for cfeb4b3 - Browse repository at this point
Copy the full SHA cfeb4b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9cb9a0 - Browse repository at this point
Copy the full SHA a9cb9a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d482068 - Browse repository at this point
Copy the full SHA d482068View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d47858 - Browse repository at this point
Copy the full SHA 6d47858View commit details
Commits on Jan 1, 2023
-
Add in a few checkpoint modifications to force Postgres to hurry up a…
…nd shutdown already. Realistically, this should only have an effect on producing blueprints before the running of a given test. Known side effect, increased I/O potential, as now it's forced to write out a checkpoint in less than 10 seconds instead of being given 90% of 5 minutes to get it done.
Configuration menu - View commit details
-
Copy full SHA for f50a185 - Browse repository at this point
Copy the full SHA f50a185View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36784af - Browse repository at this point
Copy the full SHA 36784afView commit details -
Remove all the Postgres performance improvements, hack newly discover…
…ed yaml setting to make synchronous commits configurable from homeserver.yaml to false. Reduce parallel option on command line back to default(which is two).
Configuration menu - View commit details
-
Copy full SHA for da07a81 - Browse repository at this point
Copy the full SHA da07a81View commit details
Commits on Jan 2, 2023
-
Fix name of new synchronous_commit env variable to not be stupidly re…
…versed #face-palm. Fix it not working cuz forgot a PASS_ on it too while there.
Configuration menu - View commit details
-
Copy full SHA for 9c2eb8d - Browse repository at this point
Copy the full SHA 9c2eb8dView commit details
Commits on Jan 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 59addb9 - Browse repository at this point
Copy the full SHA 59addb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e776138 - Browse repository at this point
Copy the full SHA e776138View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b449ec - Browse repository at this point
Copy the full SHA 2b449ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a80b40 - Browse repository at this point
Copy the full SHA 6a80b40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 084fd33 - Browse repository at this point
Copy the full SHA 084fd33View commit details -
Revert "Put the csapi/fed split on the back burner." Plus some fixups…
… to include newest stuff properly. This reverts commit a9cb9a0.
Configuration menu - View commit details
-
Copy full SHA for f5083c3 - Browse repository at this point
Copy the full SHA f5083c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2d1983 - Browse repository at this point
Copy the full SHA b2d1983View commit details -
Re-enable Postgres tweaks since we need the more-than-100 connections…
… again. Silence some annoying output that isn't needed from the docker build while here.
Configuration menu - View commit details
-
Copy full SHA for 8cc0393 - Browse repository at this point
Copy the full SHA 8cc0393View commit details
Commits on Jan 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5f54e62 - Browse repository at this point
Copy the full SHA 5f54e62View commit details
Commits on Jan 5, 2023
-
Further adjust for missing values. Also add the /_synapse/admin endpo…
…int access so other tests that are skipped are now run.
Configuration menu - View commit details
-
Copy full SHA for 536f4dc - Browse repository at this point
Copy the full SHA 536f4dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cd031f - Browse repository at this point
Copy the full SHA 7cd031fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a102c22 - Browse repository at this point
Copy the full SHA a102c22View commit details
Commits on Jan 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7c6ef11 - Browse repository at this point
Copy the full SHA 7c6ef11View commit details
Commits on Jan 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 54f2ffd - Browse repository at this point
Copy the full SHA 54f2ffdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85abf5c - Browse repository at this point
Copy the full SHA 85abf5cView commit details
Commits on Jan 10, 2023
-
Reduce minimum retry timeout from 10 minutes(git add synapse/util/ret…
…ryutils.py ) to 10 seconds.
Configuration menu - View commit details
-
Copy full SHA for 0f4774f - Browse repository at this point
Copy the full SHA 0f4774fView commit details
Commits on Jan 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eb4aaa4 - Browse repository at this point
Copy the full SHA eb4aaa4View commit details
Commits on Jan 15, 2023
-
Crowbar asyncio and uvloop into the twisted reactor(I hope I did this…
… right) and run in tests.
Configuration menu - View commit details
-
Copy full SHA for 7069f7a - Browse repository at this point
Copy the full SHA 7069f7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ddb8be - Browse repository at this point
Copy the full SHA 5ddb8beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70f8d81 - Browse repository at this point
Copy the full SHA 70f8d81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86fa9eb - Browse repository at this point
Copy the full SHA 86fa9ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3d3ea0 - Browse repository at this point
Copy the full SHA a3d3ea0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a11e604 - Browse repository at this point
Copy the full SHA a11e604View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddf9e9d - Browse repository at this point
Copy the full SHA ddf9e9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6112a3 - Browse repository at this point
Copy the full SHA b6112a3View commit details
Commits on Jan 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1899c60 - Browse repository at this point
Copy the full SHA 1899c60View commit details
Commits on Jan 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 376237e - Browse repository at this point
Copy the full SHA 376237eView commit details