Skip to content

Commit

Permalink
0002329: set http.push.stream.output.enabled=true as the default setting
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jun 24, 2015
1 parent 5b26b99 commit 6f2d047
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions symmetric-core/src/main/resources/symmetric-default.properties
Expand Up @@ -282,7 +282,7 @@ http.compression=true
# DatabaseOverridable: true
# Tags: transport
# Type: boolean
http.push.stream.output.enabled=false
http.push.stream.output.enabled=true

# When HTTP chunking is turned on, this is the size to use for each chunk.
#
Expand Down Expand Up @@ -601,13 +601,6 @@ cluster.server.id=
# Tags: jobs
cluster.lock.timeout.ms=1800000

# Enables clustering of jobs.
#
# DatabaseOverridable: true
# Tags: jobs
# Type: boolean
cluster.lock.enabled=false

# The amount of time a thread can hold a shared or exclusive lock before another thread can break the lock.
# The timeout is a safeguard in case an unexpected exception causes a lock to be abandoned.
# Restarting the service will clear all locks.
Expand Down Expand Up @@ -814,7 +807,7 @@ pull.lock.timeout.ms=7200000
#
# DatabaseOverridable: true
# Tags: jobs
push.thread.per.server.count=1
push.thread.per.server.count=100

# The amount of time a single push worker node_communication lock will timeout after.
#
Expand Down

0 comments on commit 6f2d047

Please sign in to comment.