mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-08-16 08:34:12 +02:00
2022-03-02 Fred Gleason <fredg@paravelsystems.com>
* Documented the 'TempDirectory=' directive in 'conf/rd.conf-sample'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
710a0bf913
commit
8d10fbf5e1
@ -22917,3 +22917,5 @@
|
|||||||
* Fixed a regression in the cart filter that caused the
|
* Fixed a regression in the cart filter that caused the
|
||||||
first-occurring group name to be omitted when filtering for 'ALL'
|
first-occurring group name to be omitted when filtering for 'ALL'
|
||||||
groups.
|
groups.
|
||||||
|
2022-03-02 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Documented the 'TempDirectory=' directive in 'conf/rd.conf-sample'.
|
||||||
|
@ -169,6 +169,10 @@ RealtimePriority=9
|
|||||||
; when transcoding files.
|
; when transcoding files.
|
||||||
TranscodingDelay=0
|
TranscodingDelay=0
|
||||||
|
|
||||||
|
; Directory to use for temporary files. If left undefined, the value of
|
||||||
|
; the $TMPDIR environmental variable will be used. If $TMPDIR is not defined,
|
||||||
|
; then '/tmp' will be used.
|
||||||
|
;TempDirectory=/tmp
|
||||||
|
|
||||||
[Hacks]
|
[Hacks]
|
||||||
; Completely disable maintenance checks on this host.
|
; Completely disable maintenance checks on this host.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user