Skip to content

Commit 129d24e

Browse files
committed
Clear thread variables upon finishing
1 parent d6e5efe commit 129d24e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/prosopite.rb

+4
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ def finish
8585

8686
create_notifications
8787
send_notifications if tc[:prosopite_notifications].present?
88+
89+
tc[:prosopite_query_counter] = nil
90+
tc[:prosopite_query_holder] = nil
91+
tc[:prosopite_query_caller] = nil
8892
end
8993

9094
def create_notifications

0 commit comments

Comments
 (0)