Skip to content

Commit

Permalink
Swap default min and background thread limits
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-allan committed Mar 13, 2024
1 parent d094154 commit cf9c8fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/omero-server.properties
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ omero.sessions.max_user_time_to_live=0
# priority level. Internal system threads may still run.
# Note when setting this that these threads do not
# time out.
omero.threads.min_threads=5
omero.threads.min_threads=10

# This setting does nothing.
# See https://github.com/ome/omero-server/issues/154
Expand All @@ -323,7 +323,7 @@ omero.threads.max_threads=50
# import. Note that if this value is less than min_threads,
# min_threads will limit the number of background
# tasks which can run simultaneously.
omero.threads.background_threads=10
omero.threads.background_threads=5

# Number of milliseconds to wait for a slot in the
# background queue before a rejection error will be
Expand Down

0 comments on commit cf9c8fe

Please sign in to comment.