#112: Stopped indexing of large fields

This commit is contained in:
frikky
2020-08-14 09:27:53 +02:00
parent 960d4ff9a9
commit bc902cd4c5
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -370,7 +370,7 @@ type Hook struct {
Id string `json:"id" datastore:"id"`
Start string `json:"start" datastore:"start"`
Info Info `json:"info" datastore:"info"`
Actions []HookAction `json:"actions" datastore:"actions"`
Actions []HookAction `json:"actions" datastore:"actions,noindex"`
Type string `json:"type" datastore:"type"`
Owner string `json:"owner" datastore:"owner"`
Status string `json:"status" datastore:"status"`