Skip to content
Snippets Groups Projects
  1. May 24, 2021
  2. Apr 14, 2021
  3. Feb 26, 2021
  4. Nov 23, 2020
    • Waylon Cude's avatar
      Fix synctl and duplicate worker spawning (#8798) · 71278557
      Waylon Cude authored
      Synctl did not check if a worker thread was already running when using
      `synctl start` and would naively start a fresh copy. This would
      sometimes lead to cases where many duplicate copies of a single worker
      would run.
      
      This fix adds a pid check when starting worker threads and synctl will
      now refuse to start individual workers if they're already running.
      Unverified
      71278557
  5. Jul 03, 2020
  6. Jun 16, 2020
  7. Jun 03, 2020
  8. May 19, 2020
  9. Apr 08, 2020
  10. Sep 18, 2019
  11. Aug 28, 2019
  12. Jul 02, 2019
  13. Jun 10, 2019
  14. Mar 22, 2019
  15. Jan 07, 2019
    • Jason Robinson's avatar
      Fix command hint to generate a config file (#4353) · 26e5abf2
      Jason Robinson authored
      
      * Fix command hint to generate a config file
      
      When trying to start Synapse without a config file, it will complain
      and give a hint towards what command to run. This hinted command
      is missing the "report_stats" parameter, which is required with either
      yes or no value. Add this to the command.
      
      Not an ideal situation but makes the given command work without the
      user getting another error, even though it might be unclear what
      "report_stats" represents.
      
      Signed-off-by: default avatarJason Robinson <jasonr@matrix.org>
      
      26e5abf2
  16. Oct 20, 2018
  17. Oct 18, 2018
  18. Oct 17, 2018
  19. Oct 12, 2018
  20. Sep 25, 2018
  21. Nov 15, 2014
  22. Nov 13, 2014
  23. Oct 02, 2014
  24. Sep 08, 2014
  25. Sep 03, 2014
Loading