We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a84883 commit 1ea43c5Copy full SHA for 1ea43c5
1 file changed
examples/sandbox/host.py
@@ -16,6 +16,7 @@
16
17
config = Config()
18
config.epoch_interruption = True
19
+config.cache = True
20
21
def on_timeout(engine):
22
print("timeout!")
0 commit comments