rendering: Added concurrent rendering limits

This commit is contained in:
Torkel Ödegaard
2018-09-24 16:14:11 +02:00
parent b41333d4b9
commit 4dab595ed7
11 changed files with 44 additions and 11 deletions
+1
View File
@@ -22,6 +22,7 @@ type Opts struct {
Path string
Encoding string
Timezone string
IsAlert bool
}
type RenderResult struct {