From 17a794dd057451d01825ac287a7bd477417c3419 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Sat, 4 Jul 2026 12:36:04 +0200 Subject: feat: added information on the different protocols used --- sources/listing_schema.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/listing_schema.tex') 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; -- cgit v1.2.3