Skip to content

Commit

Permalink
Update aikido_firewall/background_process/ipc_lifecycle_cache.py
Browse files Browse the repository at this point in the history
  • Loading branch information
willem-delbare authored Aug 20, 2024
1 parent 13795c7 commit 63e4953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aikido_firewall/background_process/ipc_lifecycle_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import threading
from .comms import get_comms

local = threading.local()
local = threading.local() # cache needs to be per thread, not shared in the entire process


def get_cache():
Expand Down

0 comments on commit 63e4953

Please sign in to comment.