Skip to content

Commit

Permalink
increase cache size to cover network attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
ps2 committed May 3, 2017
1 parent bc22a3c commit b88482d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rbc_mesh/rbc_mesh.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#if defined(WITH_ACK_MASTER) || defined (WITHOUT_ACK_MASTER)
#define RBC_MESH_HANDLE_CACHE_ENTRIES (105)
#else
#define RBC_MESH_HANDLE_CACHE_ENTRIES (20)
#define RBC_MESH_HANDLE_CACHE_ENTRIES (70)
#endif
#endif

Expand All @@ -74,7 +74,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#if defined(WITH_ACK_MASTER) || defined (WITHOUT_ACK_MASTER)
#define RBC_MESH_DATA_CACHE_ENTRIES (105)
#else
#define RBC_MESH_DATA_CACHE_ENTRIES (20)
#define RBC_MESH_DATA_CACHE_ENTRIES (70)
#endif
#endif

Expand Down

0 comments on commit b88482d

Please sign in to comment.