Skip to content

Commit

Permalink
slightly slow down the speed to sync with the server, and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
allen-li1231 committed Mar 27, 2024
1 parent 7065fa5 commit 35dcd18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "zeppelin-vscode",
"displayName": "Zeppelin Notebook",
"description": "Apache Zeppelin Notebook Extension for VS Code",
"version": "0.2.4",
"version": "0.2.5",
"publisher": "AllenLi1231",
"author": {
"name": "Allen Li"
Expand Down Expand Up @@ -112,13 +112,13 @@
"zeppelin.autosave.throttleTime": {
"order": 2,
"type": "number",
"default": 1,
"default": 3,
"description": "Set paragraph update delay time (in seconds). Avoid too fast changes of cells causing response pressure on Zeppelin server."
},
"zeppelin.autosave.poolingInterval": {
"order": 3,
"type": "number",
"default": 1,
"default": 3,
"description": "Set minimum save interval (in seconds) to Zeppelin server."
},
"zeppelin.execution.concurrency": {
Expand All @@ -144,7 +144,7 @@
"zeppelin.interpreter.trackInterval": {
"order": 6,
"type": "number",
"default": 1,
"default": 5,
"description": "Set minimum interval (in seconds) to track interpreter status."
},
"zeppelin.proxy.host": {
Expand Down

0 comments on commit 35dcd18

Please sign in to comment.