summaryrefslogtreecommitdiff
path: root/sources/listing_schema.tex
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-07-04 12:36:04 +0200
committermjkwiatkowski <mati.rewa@gmail.com>2026-07-04 12:36:04 +0200
commit17a794dd057451d01825ac287a7bd477417c3419 (patch)
tree24425049512db4bf5ae02303e2d214a8e9ad9b71 /sources/listing_schema.tex
parent14e7e96a32625b78e7f8ea698793db9e4faede1e (diff)
feat: added information on the different protocols used
Diffstat (limited to 'sources/listing_schema.tex')
-rw-r--r--sources/listing_schema.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/listing_schema.tex b/sources/listing_schema.tex
index c3130d6..ef380e8 100644
--- a/sources/listing_schema.tex
+++ b/sources/listing_schema.tex
@@ -1,4 +1,4 @@
-\begin{lstlisting}[caption=The Redis and PostgreSQL schema (\texttt{schema.proto} file)., label={lst:protobuf-schema}]
+\begin{lstlisting}[caption=The Redis and PostgreSQL schema (\texttt{schema.proto} file). All the large volume data packets that travel within the system follow this format (\ie \myCircled{1} through \myCircled{6}). The communication of small datapackets takes place using the HTTP protocol., label={lst:protobuf-schema}]
syntax = "proto3";
package proto;