Skip to content

Commit

Permalink
Update aceconfig.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sybdata authored Feb 3, 2019
1 parent c461834 commit 97eddad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/opt/HTTPAceProxy-master/aceconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class AceConfig(acedefconfig.AceDefConfig):
# ----------------------------------------------------
#
# Spawn Ace Stream Engine automatically
acespawn = True
acespawn = False
# Ace Stream cmd line (use `--log-file filepath` to write log)
# You need to set it only on Linux based systems. Autodetect for Windows!
acecmd = '/opt/start-engine --client-console @/opt/acestream.conf --bind-all --cache-dir /tmp/state/.ACEStream --state-dir /tmp/state/.ACEStream --access-token 666666 --vod-drop-max-age 120 --live-cache-type memory --vod-cache-type memory --live-buffer 25 --vod-buffer 10 --service-remote-access --stats-report-peers'
Expand Down

0 comments on commit 97eddad

Please sign in to comment.