Allow minicap to skip frames when necessary.

This commit is contained in:
Simo Kinnunen
2015-04-16 19:50:38 +09:00
parent 88162e8a33
commit 07fb3b530c
7 changed files with 1 additions and 1 deletions

View File

@@ -178,7 +178,7 @@ module.exports = syrup.serial()
FrameProducer.prototype._startService = function() {
log.info('Launching screen service')
return minicap.run(util.format('-P %s', this.frameConfig.toString()))
return minicap.run(util.format('-S -P %s', this.frameConfig.toString()))
.timeout(10000)
}