mirror of
https://github.com/simon987/dataarchivist.net.git
synced 2025-04-04 08:42:58 +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
|
||||
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
|
||||
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
|
||||
{{</highlight>}}
|
||||
|
||||
Initial backup can take a while to complete,
|
||||
{{<highlight _>}}
|
||||
## Initial backup can take a while to complete,
|
||||
$ zpaq add "arc???" ./files/ -index local-index.zpaq
|
||||
0.000000 + (955.283380 -> 687.840444 -> 622.268166) = 622.268166 MB
|
||||
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
|
||||
0.000000 + (0.000000 -> 0.000000 -> 0.000104) = 0.000104 MB
|
||||
0.408 seconds (all OK)
|
||||
|
@ -184,7 +184,6 @@ pre code {
|
||||
|
||||
.post-content img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.post-content pre {
|
||||
|
Loading…
x
Reference in New Issue
Block a user