Skip to content

Commit

Permalink
Make CacheMap non-shared between DataLoaders
Browse files Browse the repository at this point in the history
Fixes #10.
  • Loading branch information
rpander93 authored Oct 29, 2017
1 parent 113a7c4 commit dcecc93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/config/services.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
services:
overblog_dataloader.cache_map:
shared: false
public: false
class: Overblog\DataLoader\CacheMap

Expand Down

0 comments on commit dcecc93

Please sign in to comment.