mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 16:01:42 +00:00
improve sharable hash
This commit is contained in:
@@ -678,7 +678,7 @@ export function computeSharableHash(args: any) {
|
||||
})
|
||||
try {
|
||||
let r = new URLSearchParams(nargs).toString()
|
||||
return r
|
||||
return r.length > 1000000 ? '' : r
|
||||
} catch (e) {
|
||||
console.error('Error computing sharable hash', e)
|
||||
return ''
|
||||
|
||||
Reference in New Issue
Block a user