mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-28 05:54:48 -04:00
Adds refresh after delete an upload.
This commit is contained in:
parent
3e3b2813cd
commit
801ee05872
3 changed files with 11 additions and 5 deletions
|
@ -57,7 +57,7 @@ var H5AI_CONFIG = {
|
|||
*/
|
||||
"autoupdate": {
|
||||
"enabled": true,
|
||||
"interval": 1000
|
||||
"interval": 5000
|
||||
},
|
||||
|
||||
/*
|
||||
|
@ -92,8 +92,8 @@ var H5AI_CONFIG = {
|
|||
*/
|
||||
"dropbox": {
|
||||
"enabled": true,
|
||||
"maxfiles": 50,
|
||||
"maxfilesize": 2000
|
||||
"maxfiles": 10,
|
||||
"maxfilesize": 1000
|
||||
},
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue