Skip to content

Commit 9a48f6c

Browse files
committed
Remove hash from configs.
1 parent 5bebf5c commit 9a48f6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dash/dash.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def __init__(
8989
external_scripts=None,
9090
external_stylesheets=None,
9191
hot_reload=False,
92-
hot_reload_interval=1000,
92+
hot_reload_interval=3000,
9393
suppress_callback_exceptions=None,
9494
**kwargs):
9595

@@ -308,7 +308,6 @@ def _config(self):
308308
}
309309
if self._reload_hash:
310310
config['hot_reload'] = {
311-
'hash': self._reload_hash,
312311
'interval': self._reload_interval
313312
}
314313
return config

0 commit comments

Comments
 (0)