Skip to content

Commit

Permalink
Increase hash map size (#9515)
Browse files Browse the repository at this point in the history
* bump version

* increase map hash size
  • Loading branch information
blakeblackshear committed Jan 31, 2024
1 parent bf23a21 commit 34fb1c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
default_target: local

COMMIT_HASH := $(shell git log -1 --pretty=format:"%h"|tail -1)
VERSION = 0.13.0
VERSION = 0.13.1
IMAGE_REPO ?= ghcr.io/blakeblackshear/frigate
GITHUB_REF_NAME ?= $(shell git rev-parse --abbrev-ref HEAD)
CURRENT_UID := $(shell id -u)
Expand Down
2 changes: 2 additions & 0 deletions docker/main/rootfs/usr/local/nginx/conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ events {
}

http {
map_hash_bucket_size 256;

include mime.types;
default_type application/octet-stream;

Expand Down

0 comments on commit 34fb1c2

Please sign in to comment.