diff --git a/reports and other files/Deliverables Plan.docx b/reports and other files/Deliverables Plan.docx
index eca4e18a5e6d7f270bb99601b1185ce544b50e07..8024e6d721909d5adb2bdeb3e515d0eb2a88e10d 100644
Binary files a/reports and other files/Deliverables Plan.docx and b/reports and other files/Deliverables Plan.docx differ
diff --git a/reports and other files/final report/Final Report.docx b/reports and other files/final report/Final Report.docx
index d1f8108b0e9c45f9acf1500d366117b0f707f122..c62724e2e17a8132ec68d6ff64dfcd2a282836b7 100644
Binary files a/reports and other files/final report/Final Report.docx and b/reports and other files/final report/Final Report.docx differ
diff --git a/reports and other files/final report/~$nal Report.docx b/reports and other files/final report/~$nal Report.docx
new file mode 100644
index 0000000000000000000000000000000000000000..99b997eb916e2b2b256d75ab74581d19301d8588
Binary files /dev/null and b/reports and other files/final report/~$nal Report.docx differ
diff --git a/sourcefiles/POETSvisualizer.pro.user b/sourcefiles/POETSvisualizer.pro.user
index c5d8d2a6f7ab114d349d887c10ef9daab6a470f9..3f13c2fd928f399760e3705df30c9e7f31109f57 100644
--- a/sourcefiles/POETSvisualizer.pro.user
+++ b/sourcefiles/POETSvisualizer.pro.user
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE QtCreatorProject>
-<!-- Written by QtCreator 4.13.3, 2021-04-19T23:53:39. -->
+<!-- Written by QtCreator 4.13.3, 2021-04-20T14:05:54. -->
 <qtcreator>
  <data>
   <variable>EnvironmentId</variable>
diff --git a/sourcefiles/datasource.cpp b/sourcefiles/datasource.cpp
index 117cbe39cce7027ffaeda6a62531329bcc0d7403..d62bbf429b862e82d3b4d0e4fecfe07cdcaa9f49 100644
--- a/sourcefiles/datasource.cpp
+++ b/sourcefiles/datasource.cpp
@@ -487,7 +487,7 @@ xySeries->replace(MchrChartArray);
 void DataSource::createChartsPage(bool isSys,bool isFPGA, bool isMbox, bool isCore, bool isThread, int boardX,int boardY,int mboxX,int mboxY,int coreID, int threadID,int maxValues) {
     //make new chart
     //max buffer size is 5
-    this->c = new ChartsPage(isSys,isFPGA,isMbox,isCore,isThread,boardX,boardY,mboxX,mboxY,coreID,threadID,4*16);
+    this->c = new ChartsPage(isSys,isFPGA,isMbox,isCore,isThread,boardX,boardY,mboxX,mboxY,coreID,threadID,4000);
     this->ChartsPageInitialise = true;
     sender->addChartsPage(c);
 
diff --git a/sourcefiles/debug/POETSvisualizer.exe b/sourcefiles/debug/POETSvisualizer.exe
index 3a7e3a9b3b9c28e468e7d5c0b21ca717cbd0d5be..5eaaff315de3d24e64731a08c24ccc57ad036092 100644
Binary files a/sourcefiles/debug/POETSvisualizer.exe and b/sourcefiles/debug/POETSvisualizer.exe differ
diff --git a/sourcefiles/debug/datasource.o b/sourcefiles/debug/datasource.o
index aae188572557089924c9d418432d0ecb491aeb72..ff284b5c54b314ae9677d84983c77660c56dcdd9 100644
Binary files a/sourcefiles/debug/datasource.o and b/sourcefiles/debug/datasource.o differ
diff --git a/sourcefiles/debug/sender.o b/sourcefiles/debug/sender.o
index 7f2853256bf934aeaf94b0c09e8e39cb9ad189a9..de6cc2e7bffb03f840f7b6d29a225814c1c32667 100644
Binary files a/sourcefiles/debug/sender.o and b/sourcefiles/debug/sender.o differ
diff --git a/sourcefiles/sender.cpp b/sourcefiles/sender.cpp
index bf6af58bc3521bdb669ecf3c91dfd9b14227bacc..993ce3d50851a0eb156c150cba30aa964012b237 100644
--- a/sourcefiles/sender.cpp
+++ b/sourcefiles/sender.cpp
@@ -139,7 +139,7 @@ void Sender::dummyPacketsValuesTest() {
     }
 
     //some busy waiting
-    for (int i = 0 ; i < 1000 ; i++) {
+    for (int i = 0 ; i < 10 ; i++) {
         if (true) {
 
         }