Increase upload timeout and other fixes
This commit is contained in:
@@ -88,8 +88,8 @@
|
||||
window.api_endpoint = '{{.APIEndpoint}}';
|
||||
window.user_subscription = {{.User.Subscription}};
|
||||
</script>
|
||||
<link rel='stylesheet' href='/res/svelte/home_page.css?v1'>
|
||||
<script defer src='/res/svelte/home_page.js?v1'></script>
|
||||
<link rel='stylesheet' href='/res/svelte/home_page.css?v2'>
|
||||
<script defer src='/res/svelte/home_page.js?v2'></script>
|
||||
</head>
|
||||
<body>
|
||||
{{template "page_top" .}}
|
||||
@@ -135,10 +135,10 @@
|
||||
</p>
|
||||
<p>
|
||||
Pixeldrain uses
|
||||
<a
|
||||
href="https://en.wikipedia.org/wiki/Byte#Multiple-byte_units" target="_blank">SI
|
||||
standard units</a> for measuring file sizes. If you are using
|
||||
Windows your files may appear smaller than they actually are.
|
||||
<a href="https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"
|
||||
target="_blank">SI standard units</a> for measuring file sizes.
|
||||
If you are using Microsoft Windows your files may appear smaller
|
||||
than they actually are.
|
||||
</p>
|
||||
<br/>
|
||||
<div class="feat_table">
|
||||
|
Reference in New Issue
Block a user