Fixes bug with websocket uploads; closes #48
This commit is contained in:
parent
0b523bf468
commit
b0a9be98f9
2 changed files with 2 additions and 2 deletions
|
@ -291,7 +291,7 @@
|
|||
"installed": "{{ route('remote.install') }}"
|
||||
},
|
||||
"uploads": {
|
||||
"maximumSize": 1000000
|
||||
"maximumSize": 100000000
|
||||
},
|
||||
"keys": [
|
||||
"{{ $node->daemonSecret }}"
|
||||
|
|
Reference in a new issue