Skip to content

Commit

Permalink
fixup! fixup! Evict actors after 10 sec inactivity in Workerd
Browse files Browse the repository at this point in the history
  • Loading branch information
MellowYarker committed Oct 11, 2023
1 parent 53df814 commit 40eef8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/workerd/server/server.c++
Original file line number Diff line number Diff line change
Expand Up @@ -1789,7 +1789,6 @@ public:
entryRef.setOnBroken();
auto key = kj::str(entryRef.getKey());
actors.erase(key.asPtr());
onBrokenTasks.erase(key);
}
};

Expand Down

0 comments on commit 40eef8c

Please sign in to comment.