mirror of
https://github.com/simon987/dataarchivist.net.git
synced 2025-04-10 14:06:41 +00:00
images fix
This commit is contained in:
parent
9fde802dc5
commit
c67f653d3d
@ -54,7 +54,7 @@ acts as an external CDN, or they can be served by sist2 directly from the disk.
|
|||||||
Content is supported, meaning that `Range` requests are accepted and media files can be *'seeked'* from
|
Content is supported, meaning that `Range` requests are accepted and media files can be *'seeked'* from
|
||||||
the browser.
|
the browser.
|
||||||
|
|
||||||
{{< figure src="/sist/sist_web.png" title="">}}
|
{{< figure height="350px" src="/sist/sist_web.png" title="">}}
|
||||||
|
|
||||||
The UI itself is not that much different from the original Python/Flask version, however, the Javascript
|
The UI itself is not that much different from the original Python/Flask version, however, the Javascript
|
||||||
client is a bit *thicker*, meaning that most operations that were originally handled by the Flask server,
|
client is a bit *thicker*, meaning that most operations that were originally handled by the Flask server,
|
||||||
|
@ -15,13 +15,15 @@ cd zpaq/
|
|||||||
g++ -Ofast -DNOJIT -Dunix zpaq.cpp libzpaq.cpp -pthread -o zpaq
|
g++ -Ofast -DNOJIT -Dunix zpaq.cpp libzpaq.cpp -pthread -o zpaq
|
||||||
{{</highlight>}}
|
{{</highlight>}}
|
||||||
|
|
||||||
|
Initial backup can take a while to complete,
|
||||||
{{<highlight _>}}
|
{{<highlight _>}}
|
||||||
## Initial backup can take a while to complete,
|
|
||||||
$ zpaq add "arc???" ./files/ -index local-index.zpaq
|
$ zpaq add "arc???" ./files/ -index local-index.zpaq
|
||||||
0.000000 + (955.283380 -> 687.840444 -> 622.268166) = 622.268166 MB
|
0.000000 + (955.283380 -> 687.840444 -> 622.268166) = 622.268166 MB
|
||||||
45.737 seconds (all OK)
|
45.737 seconds (all OK)
|
||||||
|
{{</highlight>}}
|
||||||
|
|
||||||
## but subsequent ones are almost instantaneous if no files were changed
|
But subsequent ones are almost instantaneous if no files were changed
|
||||||
|
{{<highlight _>}}
|
||||||
$ zpaq add "arc???" ./files/ -index local-index.zpaq
|
$ zpaq add "arc???" ./files/ -index local-index.zpaq
|
||||||
0.000000 + (0.000000 -> 0.000000 -> 0.000104) = 0.000104 MB
|
0.000000 + (0.000000 -> 0.000000 -> 0.000104) = 0.000104 MB
|
||||||
0.408 seconds (all OK)
|
0.408 seconds (all OK)
|
||||||
|
@ -184,7 +184,6 @@ pre code {
|
|||||||
|
|
||||||
.post-content img {
|
.post-content img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-content pre {
|
.post-content pre {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user